summaryrefslogtreecommitdiff
path: root/sapi/apache/config.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-04-26 21:26:47 +0000
committerSascha Schumann <sas@php.net>2002-04-26 21:26:47 +0000
commit12ba44827aec2be63e25de142e9bda5c97b36cae (patch)
tree5dc5d298b7e48e3459a5473c0b111bf2a82b52c4 /sapi/apache/config.m4
parent51241dba943130d8909e4c8838a6128bcb5a369d (diff)
downloadphp-git-12ba44827aec2be63e25de142e9bda5c97b36cae.tar.gz
be a bit more verbose about what is wrong
Diffstat (limited to 'sapi/apache/config.m4')
-rw-r--r--sapi/apache/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4
index c38bd4940e..cb56d9c24e 100644
--- a/sapi/apache/config.m4
+++ b/sapi/apache/config.m4
@@ -38,7 +38,7 @@ AC_ARG_WITH(apxs,
# Test that we're trying to configure with apache 1.x
APACHE_VERSION=`$APXS_HTTPD -v | head -1 | cut -f3 -d' ' | cut -f2 -d'/' | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
if test "$APACHE_VERSION" -ge 2000000; then
- AC_MSG_ERROR([Use --with-apxs2 with Apache 2.x!])
+ AC_MSG_ERROR([You have enabled Apache 1.3 support while your server is Apache 2. Please use the appropiate switch --with-apxs2])
fi
for flag in $APXS_CFLAGS; do