[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changes to m4/aclocal.m4 [branch-1_4]
From: |
Gary V . Vaughan |
Subject: |
Changes to m4/aclocal.m4 [branch-1_4] |
Date: |
Thu, 03 Feb 2005 11:43:17 -0500 |
Index: m4/aclocal.m4
diff -u m4/aclocal.m4:1.1.1.1.2.1 m4/aclocal.m4:1.1.1.1.2.2
--- m4/aclocal.m4:1.1.1.1.2.1 Wed Jun 9 10:53:12 2004
+++ m4/aclocal.m4 Thu Feb 3 16:43:11 2005
@@ -57,7 +57,7 @@
AC_MSG_CHECKING([for function prototypes])
if test "$ac_cv_prog_cc_stdc" != no; then
AC_MSG_RESULT(yes)
- AC_DEFINE(PROTOTYPES)
+ AC_DEFINE(PROTOTYPES, 1, Define to 1 if ANSI function prototypes are
available)
U= ANSI2KNR=
else
AC_MSG_RESULT(no)
@@ -76,7 +76,7 @@
@/ftp.antaire.com:antaire/src/dmalloc.],
[if test "$withval" = yes; then
AC_MSG_RESULT(yes)
- AC_DEFINE(WITH_DMALLOC)
+ AC_DEFINE(WITH_DMALLOC, 1, Define to 1 if malloc debugging is enabled)
LIBS="$LIBS -ldmalloc"
LDFLAGS="$LDFLAGS -g"
else
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Changes to m4/aclocal.m4 [branch-1_4],
Gary V . Vaughan <=