diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 15be9a1..c1f91ca 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ GIO_REQUIRED=2.25.10 GTK_REQUIRED=2.18.0 AC_MSG_CHECKING([which gtk+ version to compile against]) -AC_ARG_WITH([gtk+], +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) ;; |