]> granicus.if.org Git - php/commitdiff
defaults to empty string
authorSascha Schumann <sas@php.net>
Wed, 21 Jul 1999 08:26:51 +0000 (08:26 +0000)
committerSascha Schumann <sas@php.net>
Wed, 21 Jul 1999 08:26:51 +0000 (08:26 +0000)
configure.in.in

index a392a45d77f51ff3e3e9b4ae6ee2fede20844b5c..8a35179fde983908731214e0b6a2517542e5b910 100644 (file)
@@ -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."