diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2010-10-04 11:50:43 +0200 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2010-10-04 11:50:43 +0200 | 
| commit | 9bce615f4667907856244d37179d9ee13714118e (patch) | |
| tree | 67a2ecae40a767f1cd56f8663d02f58db800d3e2 /docs/libcurl | |
| parent | 81e107010e9a3892833d9f9f7fdfab557c6c359f (diff) | |
libcurl.m4: mention argument is PREFIX
The macro provides a --with-libcurl option that expects a PREFIX to be
specified and not actually a "directory" in which libcurl will be found.
This now spells that out more clearly.
Reported by: Dan Locks
Bug: http://curl.haxx.se/bug/view.cgi?id=3079891
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 f551e3026..c83658d35 100644 --- a/docs/libcurl/libcurl.m4 +++ b/docs/libcurl/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=DIR],[look for the curl library in DIR]), +     AC_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 | 
