commit 61065611c22a9be5b43565200db02f96b7deef9c
parent 8c3ac47e3126647893914faa1953455b7007e154
Author: LRN <lrn1986@gmail.com>
Date: Mon, 10 Feb 2014 20:56:44 +0000
Fix gtk test logic (start by assuming that gtk isn't availble)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -604,7 +604,7 @@ AC_ARG_WITH(gtk_version,
],
[AC_MSG_RESULT([--with-gtk-version not specified])])
-without_gtk=false
+without_gtk=true
if test "x$check_for_3" != "xfalse"
then
AM_PATH_GTK_3_0([$check_for_3],without_gtk=false,without_gtk=true)