[glib-networking/glib-2-30] Add missing comma to gnome-proxy AC_ARG_WITH



commit 415652f02cf5a93849c2e05fec91739e833de6b1
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 0ff32ae..47278c7 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]