]> www.fi.muni.cz Git - evince.git/commitdiff
[configure] Default gtk version is 3.0
authorCarlos Garcia Campos <carlosgc@gnome.org>
Thu, 30 Sep 2010 08:07:39 +0000 (10:07 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Thu, 30 Sep 2010 08:07:39 +0000 (10:07 +0200)
configure.ac

index f99c423731c9442e3321ed7f8944a878afa95783..93a27fa7bea53e8657b0c591c0857e7473289fcc 100644 (file)
@@ -123,7 +123,7 @@ AM_CONDITIONAL([PLATFORM_WIN32],[test "$with_platform" = "win32"])
 
 AC_MSG_CHECKING([which gtk+ version to compile against])
 AC_ARG_WITH([gtk],
-  [AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 2.0)])],
+  [AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 3.0)])],
   [case "$with_gtk" in
      2.0|3.0) ;;
      *) AC_MSG_ERROR([invalid gtk version specified]) ;;