]> git.pld-linux.org Git - packages/lftp.git/blame - lftp-m4.patch
- updated pl.po-update patch
[packages/lftp.git] / lftp-m4.patch
CommitLineData
922a4344
AM
1--- lftp-4.0.0/configure.ac~ 2009-09-12 19:39:22.434759846 +0200
2+++ lftp-4.0.0/configure.ac 2009-09-12 19:39:56.352256686 +0200
3@@ -254,9 +254,9 @@
4
5 AC_ARG_WITH(gnutls, AS_HELP_STRING([--without-gnutls], [don't use GNUTLS library]),
6 [with_gnutls=$withval], [with_gnutls=yes])
7-AC_ARG_WITH(openssl,
e405fa4c 8-AS_HELP_STRING([--with-openssl@<:@=/path@:>@], [use OpenSSL @<:@at /path@:>@])
922a4344 9-AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)]),
6f1efc56 10+AC_ARG_WITH(openssl,[
e405fa4c 11+AS_HELP_STRING([--with-openssl@<:@=/path@:>@], [use OpenSSL @<:@at /path@:>@])
922a4344
AM
12+AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)])],
13 [with_openssl=$withval], [with_openssl=no])
14 case "$with_openssl" in
15 yes) with_gnutls=no;;
This page took 0.037926 seconds and 4 git commands to generate.