striker 01/12/13 18:41:19
Modified: . configure.in
Log:
Get rid of --enable-assert-memory and -DAPR_ASSERT_MEMORY. These were
left over from SMS.
Revision Changes Path
1.389 +0 -5 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -r1.388 -r1.389
--- configure.in 2001/12/12 19:35:06 1.388
+++ configure.in 2001/12/14 02:41:19 1.389
@@ -165,17 +165,12 @@
])dnl
AC_ARG_ENABLE(maintainer-mode,[ --enable-maintainer-mode Turn on debugging
and compile time warnings],
- [APR_ADDTO(NOTEST_CPPFLAGS,-DAPR_ASSERT_MEMORY)
APR_ADDTO(CFLAGS,-g)
if test "$GCC" = "yes"; then
APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes
-Wmissing-declarations])
elif test "$AIX_XLC" = "yes"; then
APR_ADDTO(CFLAGS,-qfullpath -qinitauto=FE)
fi
-])dnl
-
-AC_ARG_ENABLE(assert-memory,[ --enable-assert-memory Turn on asserts in
the APR memory code],[
- APR_ADDTO(NOTEST_CPPFLAGS,-DAPR_ASSERT_MEMORY)
])dnl
AC_ARG_ENABLE(profile,[ --enable-profile Turn on profiling for the
build (GCC)],