mirror of https://github.com/BOINC/boinc.git
Prefer curl-config from --with-libcurl
If "--with-libcurl" is passed, prefer using "curl-config" from directory instead of system provided
This commit is contained in:
parent
3d779a55ed
commit
6a0a141ce3
|
@ -67,6 +67,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
|
|||
if test -d "$_libcurl_with" ; then
|
||||
CPPFLAGS="${CPPFLAGS} -I$withval/include"
|
||||
LDFLAGS="${LDFLAGS} -L$withval/lib"
|
||||
PATH="$withval/bin:${PATH}"
|
||||
fi
|
||||
|
||||
AC_PATH_PROG([_libcurl_config],[curl-config])
|
||||
|
|
Loading…
Reference in New Issue