diff --git a/configure.ac b/configure.ac index e70fa6a..ed11925 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ AM_GLIB_GNU_GETTEXT # Select GTK version 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)])], +AC_ARG_WITH([gtk], [AS_HELP_STRING([--with-gtk=2.0|3.0], [which GTK+ version to compile against (default: 2.0)])], [case "$with_gtk" in 2.0|3.0) ;; *) AC_MSG_ERROR([invalid gtk version specified]) ;;