diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-06-05 00:54:46 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-06-05 00:54:46 +0200 |
| commit | a7bb0f26b3434b7064b01aefd56d8600cc466bd1 (patch) | |
| tree | 42de0a173ca6e514b4c31fc9c565e40f0a2c7e9c /configure.ac | |
| parent | 0b8e0ca6e1e8d9a0e36e2e3c960c84a289822675 (diff) | |
Send the responses to an url
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index abdf761..5b49ee5 100644 --- a/configure.ac +++ b/configure.ac @@ -72,6 +72,11 @@ AC_SUBST(FASTCGI_CFLAGS) AC_SUBST(FASTCGI_LIBS) AC_DEFINE_UNQUOTED([HAVE_FASTCGI],[$have_fastcgi],[define to 1 if FastCGI is available]) +# Neon + +# 7.25 ??? +PKG_CHECK_MODULES([CURL],[libcurl >= 7.25.0]) + # Finish up AC_CONFIG_HEADERS([src/config.h]) |
