diff options
author | Alexander Traud <pabstraud@compuserve.com> | 2016-05-20 14:57:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-05-20 16:05:39 +0200 |
commit | fd8d2a0f63ae3c16f8de58c7a059a706b528271a (patch) | |
tree | dd70485f31a04331e61390d4ccc23fa79f8377ca /docs/libcurl | |
parent | 53ae37088c25099cd538b1ccaab929d3c5f8d9b4 (diff) |
libcurl.m4: Avoid obsolete warning
Closes #821
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/libcurl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl.m4 b/docs/libcurl/libcurl.m4 index a2373e8da..53d694d0a 100644 --- a/docs/libcurl/libcurl.m4 +++ b/docs/libcurl/libcurl.m4 @@ -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 |