From: Carlos Garcia Campos Date: Thu, 30 Sep 2010 08:07:39 +0000 (+0200) Subject: [configure] Default gtk version is 3.0 X-Git-Tag: EVINCE_2_91_0~3 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=1be39b2c90926000cb6ba37d78314cbca5940422;p=evince.git [configure] Default gtk version is 3.0 --- diff --git a/configure.ac b/configure.ac index f99c4237..93a27fa7 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) ;;