From 77bddc17d4b89a73791ac49f65b199b0f8602c7f Mon Sep 17 00:00:00 2001 From: Clayton Walker Date: Sat, 14 Feb 2015 23:57:18 +0000 Subject: [PATCH] Change gtk2 to gtk3 in first configure script --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d5b27ef..8da1097 100755 --- a/configure +++ b/configure @@ -873,10 +873,10 @@ fi 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` 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 XHYDRA_SUPPORT="" fi