Skip to content

Commit 76cf939

Browse files
author
Sascha Schumann
committed
defaults to empty string
1 parent 6b82192 commit 76cf939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.in.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for arg in $@; do
1616
esac
1717
done
1818

19-
if test "$with_shared_apache" != "no" ; then
19+
if test "$with_shared_apache" != "no" && test -n "$with_shared_apache" ; then
2020
echo ""
2121
echo "ERROR: --with-shared-apache is not supported."
2222
echo " Please read INSTALL.DSO for instructions on using APXS."

0 commit comments

Comments
 (0)