]> git.pld-linux.org Git - packages/lftp.git/blobdiff - lftp-m4.patch
- more pl.po updates
[packages/lftp.git] / lftp-m4.patch
index 57c7730aaa4b7a92228501b61733f444deac6947..127fdcf24366330587bd0784a2de8e7e3fd490f5 100644 (file)
@@ -5,10 +5,10 @@
  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)]),
 +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.049492 seconds and 4 git commands to generate.