aboutsummaryrefslogtreecommitdiff
path: root/m4/libgnurl.m4
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-05 18:10:45 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-05 18:10:45 +0100
commit9e0194c1f2823b8588eed2d9a6e3dfd86788f968 (patch)
tree54636d39a11d8df25d5dac6026abd7d6aa976c03 /m4/libgnurl.m4
parent876404736873969ea112a4f2fd1b725e2be7c9d6 (diff)
parent8c55968452b4c297660e2fa8fffa7e7df37908ba (diff)
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'm4/libgnurl.m4')
-rw-r--r--m4/libgnurl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libgnurl.m4 b/m4/libgnurl.m4
index da72e5e87..412709373 100644
--- a/m4/libgnurl.m4
+++ b/m4/libgnurl.m4
@@ -61,7 +61,7 @@ AC_DEFUN([LIBGNURL_CHECK_CONFIG],
AH_TEMPLATE([LIBGNURL_PROTOCOL_SMTP],[Defined if libgnurl supports SMTP])
AC_ARG_WITH(libgnurl,
- AC_HELP_STRING([--with-libgnurl=PREFIX],[look for the gnurl library in PREFIX/lib and headers in PREFIX/include]),
+ AS_HELP_STRING([--with-libgnurl=PREFIX],[look for the gnurl library in PREFIX/lib and headers in PREFIX/include]),
[_libgnurl_with=$withval],[_libgnurl_with=ifelse([$1],,[yes],[$1])])
if test "$_libgnurl_with" != "no" ; then