Commit 37c6bf18 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent 6665dfc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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