Skip to content

Commit

Permalink
make it more clear that --with-apache and --with-apxs only work with …
Browse files Browse the repository at this point in the history
…apache 1.x.
  • Loading branch information
jimwins committed Feb 25, 2002
1 parent b6b4b27 commit 63669c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sapi/apache/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ dnl
dnl $Id$
dnl

AC_MSG_CHECKING(for Apache module support via DSO through APXS)
AC_MSG_CHECKING(for Apache 1.x module support via DSO through APXS)
AC_ARG_WITH(apxs,
[ --with-apxs[=FILE] Build shared Apache module. FILE is the optional
[ --with-apxs[=FILE] Build shared Apache 1.x module. FILE is the optional
pathname to the Apache apxs tool; defaults to "apxs".],[
if test "$withval" = "yes"; then
APXS=apxs
Expand Down Expand Up @@ -71,9 +71,9 @@ AC_ARG_WITH(apxs,
APACHE_INSTALL_FILES="\$(srcdir)/sapi/apache/mod_php4.* sapi/apache/libphp4.module"

if test "$PHP_SAPI" != "apache"; then
AC_MSG_CHECKING(for Apache module support)
AC_MSG_CHECKING(for Apache 1.x module support)
AC_ARG_WITH(apache,
[ --with-apache[=DIR] Build Apache module. DIR is the top-level Apache
[ --with-apache[=DIR] Build Apache 1.x module. DIR is the top-level Apache
build directory, defaults to /usr/local/apache.],[
if test "$withval" = "yes"; then
# Apache's default directory
Expand Down

0 comments on commit 63669c6

Please sign in to comment.