diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-05 18:10:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-05 18:10:45 +0100 |
commit | 9e0194c1f2823b8588eed2d9a6e3dfd86788f968 (patch) | |
tree | 54636d39a11d8df25d5dac6026abd7d6aa976c03 /m4/libcurl.m4 | |
parent | 876404736873969ea112a4f2fd1b725e2be7c9d6 (diff) | |
parent | 8c55968452b4c297660e2fa8fffa7e7df37908ba (diff) |
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'm4/libcurl.m4')
-rw-r--r-- | m4/libcurl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libcurl.m4 b/m4/libcurl.m4 index a84077a5..047260ba 100644 --- a/m4/libcurl.m4 +++ b/m4/libcurl.m4 @@ -61,7 +61,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG], AH_TEMPLATE([LIBCURL_PROTOCOL_SMTP],[Defined if libcurl supports SMTP]) AC_ARG_WITH(libcurl, - AC_HELP_STRING([--with-libcurl=PREFIX],[look for the curl library in PREFIX/lib and headers in PREFIX/include]), + AS_HELP_STRING([--with-libcurl=PREFIX],[look for the curl library in PREFIX/lib and headers in PREFIX/include]), [_libcurl_with=$withval],[_libcurl_with=ifelse([$1],,[yes],[$1])]) if test "$_libcurl_with" != "no" ; then |