]> granicus.if.org Git - apache/commitdiff
get rid of an errant semicolon which broke gcc builds (sorry!)
authorJeff Trawick <trawick@apache.org>
Sat, 12 May 2001 16:55:00 +0000 (16:55 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 12 May 2001 16:55:00 +0000 (16:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89097 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 9e6b9081bf37185046e1376018ab5abde917c27c..1b6b93892b8252a8fcb23198dceb4e4a914bf962 100644 (file)
@@ -208,7 +208,7 @@ AC_ARG_WITH(port,[  --with-port=PORT        Port on which to listen (default is
        [PORT=80])
 
 AC_ARG_ENABLE(maintainer-mode,[  --enable-maintainer-mode  Turn on debugging and compile time warnings],
-  [if test "$ac_cv_prog_gcc" = "yes"; then APR_ADDTO(CPPFLAGS,-DAP_DEBUG); fi
+  [if test "$ac_cv_prog_gcc" = "yes"; then APR_ADDTO(CPPFLAGS,-DAP_DEBUG) fi
 ])dnl
 
 APACHE_ENABLE_LAYOUT