mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-22 06:13:55 -07:00
Change gtk2 to gtk3 in first configure script
This commit is contained in:
parent
bfaa4c83a7
commit
77bddc17d4
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -873,10 +873,10 @@ fi
|
||||||
|
|
||||||
|
|
||||||
if [ "X" = "X$XHYDRA_SUPPORT" ]; then
|
if [ "X" = "X$XHYDRA_SUPPORT" ]; then
|
||||||
echo "Checking for GUI req's (pkg-config, gtk+-2.0) ..."
|
echo "Checking for GUI req's (pkg-config, gtk+-3.0) ..."
|
||||||
XHYDRA_SUPPORT=`pkg-config --help > /dev/null 2>&1 || echo disabled`
|
XHYDRA_SUPPORT=`pkg-config --help > /dev/null 2>&1 || echo disabled`
|
||||||
if [ "X" = "X$XHYDRA_SUPPORT" ]; then
|
if [ "X" = "X$XHYDRA_SUPPORT" ]; then
|
||||||
XHYDRA_SUPPORT=`pkg-config --modversion gtk+-2.0 2> /dev/null`
|
XHYDRA_SUPPORT=`pkg-config --modversion gtk+-3.0 2> /dev/null`
|
||||||
else
|
else
|
||||||
XHYDRA_SUPPORT=""
|
XHYDRA_SUPPORT=""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue