]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Oh bother. OPTIM isn't treated the same in apr and
authorJim Jagielski <jim@apache.org>
Tue, 3 Apr 2001 20:57:57 +0000 (20:57 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 3 Apr 2001 20:57:57 +0000 (20:57 +0000)
httpd-2.0. While being fixed, allow to build

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88702 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 4d02dca1bb79b0cfe3c47475eddf93341fac7ede..dab4e3b9ac91bbabb1ba70026f25f68d902a8c35 100644 (file)
@@ -149,10 +149,10 @@ AC_ARG_WITH(port,[  --with-port=PORT        Port on which to listen (default is
        [PORT=80])
 
 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 -DAP_DEBUG"; fi])
+        [CFLAGS="$CFLAGS -g"; if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -DAP_DEBUG"; fi])
 
 APACHE_ENABLE_LAYOUT
 APACHE_ENABLE_MODULES