summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-07-21 08:26:51 +0000
committerSascha Schumann <sas@php.net>1999-07-21 08:26:51 +0000
commit76cf93994c04de08b3bc2655e37bd3346d31ea28 (patch)
tree8aa52db6c6c9a76dc35202fabb33cd6d82aed706
parent6b82192bf760248d2dd4d285ee7ec5eb90525e76 (diff)
downloadphp-git-76cf93994c04de08b3bc2655e37bd3346d31ea28.tar.gz
defaults to empty string
-rw-r--r--configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.in b/configure.in.in
index a392a45d77..8a35179fde 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -16,7 +16,7 @@ for arg in $@; do
esac
done
-if test "$with_shared_apache" != "no" ; then
+if test "$with_shared_apache" != "no" && test -n "$with_shared_apache" ; then
echo ""
echo "ERROR: --with-shared-apache is not supported."
echo " Please read INSTALL.DSO for instructions on using APXS."