summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2001-04-03 20:57:44 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2001-04-03 20:57:44 +0000
commitf86a30a6cba5dda7c1708eb278a0afadbabbc775 (patch)
tree593f68ff9b5f28f1b470333862515f72eb210420 /configure.in
parent5ab08053b76ac697b16404c274eba887bcbe4d12 (diff)
downloadlibapr-f86a30a6cba5dda7c1708eb278a0afadbabbc775.tar.gz
Oh bother. OPTIM isn't treated the same in apr and
httpd-2.0. While being fixed, allow to build git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 3205b45cb..23dc02c42 100644
--- a/configure.in
+++ b/configure.in
@@ -102,10 +102,10 @@ nl='
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