Skip to content

Commit

Permalink
Upper-case GTK+ in help string
Browse files Browse the repository at this point in the history
  • Loading branch information
udda committed Aug 20, 2016
1 parent 734013a commit 728be16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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]) ;;
Expand Down

0 comments on commit 728be16

Please sign in to comment.