build: Fix helpstring for AC_WITH_VAL
authorJens Georg <mail@jensge.org>
Fri, 2 Oct 2009 11:56:05 +0000 (13:56 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 2 Oct 2009 11:59:49 +0000 (14:59 +0300)
configure.ac

index 5d2feed..3a10c59 100644 (file)
@@ -130,7 +130,7 @@ fi
 
 # Check wether user wants to build UIs
 AC_ARG_WITH( ui,
-  AC_HELP_STRING([--disable-ui],[Do not build UI applications]),
+  AC_HELP_STRING([--without-ui],[Do not build UI applications]),
   try_ui=$withval, try_ui=yes )
 
 HAVE_GTK=no