From 570e56b1151e42cf7dc5b795d71ba907f9d59524 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 17 Feb 2015 11:24:46 +0100 Subject: [PATCH] configure --disable-xhydra fix --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d5b27ef..c9b97aa 100755 --- a/configure +++ b/configure @@ -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"