diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 725bf0ff..3b5ca6b9 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -418,9 +418,6 @@ URIPARSER_CHECK(yes, 0.7.5, [ | |||
418 | dnl prerequisites met, enable the plugin | 418 | dnl prerequisites met, enable the plugin |
419 | if test x$_can_enable_check_curl = xyes; then | 419 | if test x$_can_enable_check_curl = xyes; then |
420 | EXTRAS="$EXTRAS check_curl\$(EXEEXT)" | 420 | EXTRAS="$EXTRAS check_curl\$(EXEEXT)" |
421 | |||
422 | dnl Enable bundled picohttpparser library (for now) | ||
423 | AC_SUBST(PICOHTTPPARSER_DIR, picohttpparser) | ||
424 | fi | 421 | fi |
425 | AM_CONDITIONAL([WITH_CHECK_CURL], [test "$_can_enable_check_curl" = "yes"]) | 422 | AM_CONDITIONAL([WITH_CHECK_CURL], [test "$_can_enable_check_curl" = "yes"]) |
426 | AM_COND_IF([WITH_CHECK_CURL], | 423 | AM_COND_IF([WITH_CHECK_CURL], |