mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
configure --disable-xhydra fix
This commit is contained in:
parent
bfaa4c83a7
commit
570e56b115
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue