]> git.pld-linux.org Git - packages/lftp.git/blobdiff - lftp-m4.patch
- rel 2; buggy http servers workaround; lftp issue #51
[packages/lftp.git] / lftp-m4.patch
index 3041ffed398cf25a9278faffbbeda91ce4c6da1e..127fdcf24366330587bd0784a2de8e7e3fd490f5 100644 (file)
@@ -5,21 +5,11 @@
  AC_ARG_WITH(gnutls, AS_HELP_STRING([--without-gnutls], [don't use GNUTLS library]),
        [with_gnutls=$withval], [with_gnutls=yes])
 -AC_ARG_WITH(openssl,
-+AC_ARG_WITH(openssl,[
- AS_HELP_STRING([--with-openssl[[=/path]]], [use OpenSSL [at /path]])
+-AS_HELP_STRING([--with-openssl@<:@=/path@:>@], [use OpenSSL @<:@at /path@:>@])
 -AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)]),
++AC_ARG_WITH(openssl,[
++AS_HELP_STRING([--with-openssl@<:@=/path@:>@], [use OpenSSL @<:@at /path@:>@])
 +AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)])],
        [with_openssl=$withval], [with_openssl=no])
  case "$with_openssl" in
        yes)            with_gnutls=no;;
---- lftp-4.0.0/configure.ac~   2009-09-12 19:40:40.005586037 +0200
-+++ lftp-4.0.0/configure.ac    2009-09-12 19:43:06.141403565 +0200
-@@ -255,7 +255,7 @@
- AC_ARG_WITH(gnutls, AS_HELP_STRING([--without-gnutls], [don't use GNUTLS library]),
-       [with_gnutls=$withval], [with_gnutls=yes])
- AC_ARG_WITH(openssl,[
--AS_HELP_STRING([--with-openssl[[=/path]]], [use OpenSSL [at /path]])
-+AS_HELP_STRING([--with-openssl=/path], [use OpenSSL at /path])
- AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)])],
-       [with_openssl=$withval], [with_openssl=no])
- case "$with_openssl" in
This page took 0.063733 seconds and 4 git commands to generate.