]> git.pld-linux.org Git - packages/lftp.git/blob - lftp-m4.patch
- added pl.po-update patch
[packages/lftp.git] / lftp-m4.patch
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,
8 -AS_HELP_STRING([--with-openssl[[=/path]]], [use OpenSSL [at /path]])
9 -AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)]),
10 +AC_ARG_WITH(openssl,[
11 +AS_HELP_STRING([--with-openssl=/path], [use OpenSSL at /path])
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.222707 seconds and 3 git commands to generate.