Change gtk2 to gtk3 in first configure script

This commit is contained in:
Clayton Walker 2015-02-14 23:57:18 +00:00
commit 77bddc17d4

4
configure vendored
View file

@ -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