[ekiga] Fix avahi flag message during configure --help
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Fix avahi flag message during configure --help
- Date: Mon, 12 Nov 2012 19:40:18 +0000 (UTC)
commit f2f8cba0d8163acd3ed2285f78323e4adf44d540
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Mon Nov 12 20:39:38 2012 +0100
Fix avahi flag message during configure --help
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e397434..9ad5162 100644
--- a/configure.ac
+++ b/configure.ac
@@ -516,7 +516,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 enabled)]),
+ AC_ARG_ENABLE(avahi, AS_HELP_STRING([--enable-avahi],[enable mDNS support (default is disabled)]),
[if test "x$enableval" = "xyes"; then
enable_avahi=yes
fi],)
@@ -788,7 +788,7 @@ dnl DEBUG support
dnl ###############################
has_debug=
AC_ARG_ENABLE([debug],
- [AS_HELP_STRING([--enable-debug],[Compile with debug support (default is disabled)])],
+ [AS_HELP_STRING([--enable-debug],[compile with debug support (default is disabled)])],
[if test "x$enableval" = "xyes"; then
CPPFLAGS="-DDEBUG $CPPFLAGS"
has_debug="yes"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]