summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorstriker <striker@13f79535-47bb-0310-9956-ffa450edef68>2001-12-14 02:45:15 +0000
committerstriker <striker@13f79535-47bb-0310-9956-ffa450edef68>2001-12-14 02:45:15 +0000
commit05a2a155ded8bbab7644f597e3f2431a058e8af9 (patch)
tree45ef4a3138de3ed2434c544c4338542eed618bf7 /configure.in
parent00283d55aaf43e8351de11e2cec384b096c0ee40 (diff)
downloadlibapr-05a2a155ded8bbab7644f597e3f2431a058e8af9.tar.gz
Whoops, shouldn't be doing this at 3:45AM...
Put back a character that was accidentally removed. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62647 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index df76c5643..c67793817 100644
--- a/configure.in
+++ b/configure.in
@@ -165,7 +165,7 @@ AC_ARG_ENABLE(debug,[ --enable-debug Turn on debugging and compile tim
])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