]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libcurl.m4: Avoid obsolete warning
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 20 May 2016 12:57:48 +0000 (14:57 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 May 2016 14:05:39 +0000 (16:05 +0200)
Closes #821

docs/libcurl/libcurl.m4

index a2373e8daf539bf34e7fb5916985853ab5c12ad8..53d694d0a4e6f368c48fbc3f73dd72803acb2cdd 100644 (file)
@@ -82,7 +82,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