jim 01/04/03 13:57:45
Modified: . configure.in
Log:
Oh bother. OPTIM isn't treated the same in apr and
httpd-2.0. While being fixed, allow to build
Revision Changes Path
1.275 +2 -2 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -r1.274 -r1.275
--- configure.in 2001/04/03 20:37:54 1.274
+++ configure.in 2001/04/03 20:57:44 1.275
@@ -102,10 +102,10 @@
echo $ac_n "${nl}Check for compiler flags..."
AC_ARG_ENABLE(debug,[ --enable-debug Turn on debugging and
compile time warnings],
- [OPTIM="$OPTIM -g"; if test "$GCC" = "yes"; then CFLAGS="$CFLAGS
-Wall"; fi])
+ [CFLAGS="$CFLAGS -g"; if test "$GCC" = "yes"; then CFLAGS="$CFLAGS
-Wall"; fi])
AC_ARG_ENABLE(maintainer-mode,[ --enable-maintainer-mode Turn on debugging
and compile time warnings],
- [OPTIM="$OPTIM -g"; if test "$GCC" = "yes"; then CFLAGS="$CFLAGS
-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations"; fi])
+ [CFLAGS="$CFLAGS -g"; if test "$GCC" = "yes"; then CFLAGS="$CFLAGS
-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations"; fi])
dnl # this is the place to put specific options for platform/compiler
dnl # combinations