[glib-networking] Add missing comma to gnome-proxy AC_ARG_WITH
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] Add missing comma to gnome-proxy AC_ARG_WITH
- Date: Wed, 19 Oct 2011 15:11:09 +0000 (UTC)
commit 063120dc118d867abd2ecae9a45a00f8a1920c6c
Author: Alexandre Rostovtsev <tetromino gmail com>
Date: Wed Oct 19 10:31:17 2011 -0400
Add missing comma to gnome-proxy AC_ARG_WITH
This was causing "--without-gnome-proxy" to be treated as
"--with-gnome-proxy=check".
https://bugzilla.gnome.org/show_bug.cgi?id=662203
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b7833d4..38d3114 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ dnl *** Checks for GNOME proxy backend ***
dnl **************************************
AC_ARG_WITH(gnome-proxy,
[AC_HELP_STRING([--with-gnome-proxy],
- [support for GNOME proxy configuration @<:@default=check@:>@])]
+ [support for GNOME proxy configuration @<:@default=check@:>@])],
[],
[with_gnome_proxy=check])
AS_IF([test "x$with_gnome_proxy" != "xno"],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]