From: Rasmus Lerdorf Date: Wed, 14 Jul 1999 15:15:42 +0000 (+0000) Subject: Woops, this was in the wrong place X-Git-Tag: php-4.0b1~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce6faf02f666fae0dd64c9b2a341e8fc4e75d3e9;p=php Woops, this was in the wrong place --- diff --git a/configure.in.in b/configure.in.in index 2e7be3840e..c50a7324d3 100644 --- a/configure.in.in +++ b/configure.in.in @@ -328,7 +328,6 @@ abs_builddir=`pwd` AC_SUBST(abs_srcdir) AC_SUBST(abs_builddir) -AC_MSG_CHECKING(for Apache module support via DSO through APACI) AC_MSG_CHECKING(whether to use bundled regex library) AC_ARG_WITH(system-regex, [ --with-system-regex Do not use the bundled regex library], @@ -409,6 +408,7 @@ AC_ARG_WITH(apxs, APACHE_INSTALL_FILES="$srcdir/mod_php4.* libphp4.module" +AC_MSG_CHECKING(for Apache module support via DSO through APACI) AC_ARG_WITH(shared-apache, [ --with-shared-apache[=DIR] Build shared Apache module. DIR is the top-level Apache build directory, defaults to /usr/local/etc/httpd.