configure --disable-xhydra fix

This commit is contained in:
van Hauser 2015-02-17 11:24:46 +01:00
commit 570e56b115

2
configure vendored
View file

@ -1122,7 +1122,7 @@ if [ "X" = "X$PREFIX" ]; then
PREFIX="/usr/local"
fi
if [ "X" = "X$XHYDRA_SUPPORT" ]; then
if [ "X" = "X$XHYDRA_SUPPORT" -o "Xdisable" = "X$XHYDRA_SUPPORT" ]; then
XHYDRA_SUPPORT=""
else
XHYDRA_SUPPORT="xhydra"