From f86a30a6cba5dda7c1708eb278a0afadbabbc775 Mon Sep 17 00:00:00 2001 From: jim Date: Tue, 3 Apr 2001 20:57:44 +0000 Subject: 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 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.1