Displaying 1 result from an estimated 1 matches for "curl_includ".
Did you mean:
curl_includes
2003 Aug 30
1
Fink's vorbis-tools patch
...libraries"
- elif test "x$curl_prefix" != "x" ; then
- CURL_LIBS="-L$curl_prefix/lib"
- elif test "x$prefix" != "xNONE" ; then
- CURL_LIBS="-L$prefix/lib"
- fi
-
- CURL_LIBS="$CURL_LIBS -lcurl"
-
- if test "x$curl_includes" != "x" ; then
- CURL_CFLAGS="-I$curl_includes"
- elif test "x$curl_prefix" != "x" ; then
- CURL_CFLAGS="-I$curl_prefix/include"
- elif test "x$prefix" != "xNONE"; then
- CURL_CFLAGS="-I$prefix/include"...