[rygel] build: Fix helpstring for AC_WITH_VAL



commit 00a3813f2450d487f115ad60aa0f737598e7a65c
Author: Jens Georg <mail jensge org>
Date:   Fri Oct 2 13:56:05 2009 +0200

    build: Fix helpstring for AC_WITH_VAL

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5d2feed..3a10c59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]