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 5e0966d..110160f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -547,7 +547,7 @@ export CPPFLAGS=$CPPFLAGS_OLD
547# check for gtk >= 2.6.0 547# check for gtk >= 2.6.0
548AC_MSG_CHECKING(for gtk) 548AC_MSG_CHECKING(for gtk)
549check_for_3=3.0.0 549check_for_3=3.0.0
550check_for_2=false 550check_for_2=2.6.0
551AC_ARG_WITH(gtk_version, 551AC_ARG_WITH(gtk_version,
552 [ --with-gtk-version=VERSION version number of gtk to use (>=3.0.0 by default)], 552 [ --with-gtk-version=VERSION version number of gtk to use (>=3.0.0 by default)],
553 [AC_MSG_RESULT([$with_gtk_version]) 553 [AC_MSG_RESULT([$with_gtk_version])