aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2014-02-10 20:56:44 +0000
committerLRN <lrn1986@gmail.com>2014-02-10 20:56:44 +0000
commit61065611c22a9be5b43565200db02f96b7deef9c (patch)
tree726a50edb9d27283f9ea534b815093f524b6b684
parent8c3ac47e3126647893914faa1953455b7007e154 (diff)
downloadlibextractor-61065611c22a9be5b43565200db02f96b7deef9c.tar.gz
libextractor-61065611c22a9be5b43565200db02f96b7deef9c.zip
Fix gtk test logic (start by assuming that gtk isn't availble)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e33350a..66bf7a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -604,7 +604,7 @@ AC_ARG_WITH(gtk_version,
604 ], 604 ],
605 [AC_MSG_RESULT([--with-gtk-version not specified])]) 605 [AC_MSG_RESULT([--with-gtk-version not specified])])
606 606
607without_gtk=false 607without_gtk=true
608if test "x$check_for_3" != "xfalse" 608if test "x$check_for_3" != "xfalse"
609then 609then
610 AM_PATH_GTK_3_0([$check_for_3],without_gtk=false,without_gtk=true) 610 AM_PATH_GTK_3_0([$check_for_3],without_gtk=false,without_gtk=true)