From: Sascha Schumann Date: Wed, 21 Jul 1999 08:26:51 +0000 (+0000) Subject: defaults to empty string X-Git-Tag: php-4.0b1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76cf93994c04de08b3bc2655e37bd3346d31ea28;p=php defaults to empty string --- 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."