striker 01/12/13 18:45:15
Modified: . configure.in
Log:
Whoops, shouldn't be doing this at 3:45AM...
Put back a character that was accidentally removed.
Revision Changes Path
1.390 +1 -1 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.389
retrieving revision 1.390
diff -u -r1.389 -r1.390
--- configure.in 2001/12/14 02:41:19 1.389
+++ configure.in 2001/12/14 02:45:15 1.390
@@ -165,7 +165,7 @@
])dnl
AC_ARG_ENABLE(maintainer-mode,[ --enable-maintainer-mode Turn on debugging
and compile time warnings],
- APR_ADDTO(CFLAGS,-g)
+ [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