From d7dd22bb29eb263b5dbcf52542a0bbc67da02316 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 14 Mar 2014 19:42:18 +0100 Subject: configure: gtk style related cosmetical fixes * add -help text for gtkstyle * use capital GTK in warning message for consistency Change-Id: Iff522cc49497dda406dd111594857930d82e4231 Reviewed-by: Martin Jansa Reviewed-by: Oswald Buddenhagen --- configure | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 55d68efc9c..dd356e435a 100755 --- a/configure +++ b/configure @@ -2389,6 +2389,9 @@ Third Party Libraries: -no-alsa ........... Do not compile ALSA support. + -alsa .............. Compile ALSA support. + -no-gtkstyle ....... Do not compile GTK theme support. + + -gtkstyle .......... Compile GTK theme support. + Additional options: -make ....... Add part to the list of parts to be built at make time. @@ -4639,7 +4642,7 @@ if [ "$CFG_GLIB" = "yes" -a "$CFG_QGTKSTYLE" != "no" ]; then QMakeVar set QT_LIBS_QGTK2 "$QT_LIBS_QGTK2" else if [ "$CFG_QGTKSTYLE" = "yes" ] && [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then - echo "Gtk theme support cannot be enabled due to functionality tests!" + echo "GTK theme support cannot be enabled due to functionality tests!" echo " Turn on verbose messaging (-v) to $0 to see the fin al report." echo " If you believe this message is in error you may use the continue" echo " switch (-continue) to $0 to continue." -- cgit v1.2.3