From 8c55968452b4c297660e2fa8fffa7e7df37908ba Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 5 Jan 2021 12:14:25 +0100 Subject: autoconf obsoletions, gitignore --- m4/libcurl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/libcurl.m4') diff --git a/m4/libcurl.m4 b/m4/libcurl.m4 index a84077a5e..047260bae 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 -- cgit v1.2.3