I'm trying to compile this under OS X El Capitan, but I'm unable to due to an error regarding libcurl (which is installed).
./configure: line 3976: syntax error near unexpected token `,'
./configure: line 3976: `LIBCURL_CHECK_CONFIG(, 7.32.0,, AC_MSG_ERROR([libcurl >= 7.32.0 not found]))'
I updated the bootstrap script to work on OS X with libcurl installed through homebrew.
It does ./configure --with-libcurl=/usr/local/opt/curl for you, so there is no need to set any environment variables.
I'm trying to compile this under OS X El Capitan, but I'm unable to due to an error regarding libcurl (which is installed).
I have libcurl installed.
I've tried setting the following environmental variables in hopes of resolving the issue, but no luck.
Thanks! P.S. I installed cURL through Homebrew.