aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)