[rygel] build: Fix helpstring for AC_WITH_VAL
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rygel] build: Fix helpstring for AC_WITH_VAL
- Date: Fri, 2 Oct 2009 15:28:49 +0000 (UTC)
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]