[ekiga] Fix loudmouth build option and comment for gconf build option
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Fix loudmouth build option and comment for gconf build option
- Date: Fri, 21 Jan 2011 15:47:04 +0000 (UTC)
commit fb420ae8df94c453efb2bc5d5008e78cdddb45e2
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Fri Jan 21 16:45:42 2011 +0100
Fix loudmouth build option and comment for gconf build option
configure.ac | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b7cb410..c6f3325 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,7 +189,7 @@ dnl ###############################
GCONF="disabled"
if test "x${gm_platform}" != "xmingw" ; then
- AC_ARG_ENABLE(gconf, AS_HELP_STRING([--enable-gconf],[enable GConf support (default is disabled)]),
+ AC_ARG_ENABLE(gconf, AS_HELP_STRING([--enable-gconf],[enable GConf support (default is enabled)]),
[if test "x$enableval" = "xyes"; then
enable_gconf = yes
fi],enable_gconf=yes)
@@ -495,7 +495,7 @@ dnl ###############################
AVAHI="disabled"
if test "x${gm_platform}" != "xmingw" ; then
- AC_ARG_ENABLE(avahi, AS_HELP_STRING([--enable-avahi],[enable mDNS support (default is yes)]),
+ AC_ARG_ENABLE(avahi, AS_HELP_STRING([--enable-avahi],[enable mDNS support (default is enabled)]),
[if test "x$enableval" = "xyes"; then
enable_avahi=yes
fi],enable_avahi=yes)
@@ -641,12 +641,15 @@ fi
AM_CONDITIONAL(HAVE_XCAP, test "x$found_xcap" = "xyes")
-
+dnl ###############################
dnl LOUDMOUTH support
dnl ###############################
LOUDMOUTH="disabled"
-AC_ARG_ENABLE(loudmouth, [ --enable-loudmouth Enable Loudmouth support],enable_loudmouth=yes,)
+AC_ARG_ENABLE(loudmouth, AS_HELP_STRING([--enable-loudmouth],[enable experimental Loudmouth support (default is disabled)]),
+[if test "x$enableval" = "xyes"; then
+ enable_loudmouth=yes
+fi],)
if test "x$enable_loudmouth" = "xyes"; then
PKG_CHECK_MODULES([LOUDMOUTH], [loudmouth-1.0])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]