From df714636de010d39eded9665af9deb9f2b750347 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 12 May 2001 16:55:00 +0000 Subject: [PATCH] get rid of an errant semicolon which broke gcc builds (sorry!) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89097 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9e6b9081bf..1b6b93892b 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.50.1