diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3b5ca6b9..d50e4e9a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -420,8 +420,7 @@ if test x$_can_enable_check_curl = xyes; then | |||
420 | EXTRAS="$EXTRAS check_curl\$(EXEEXT)" | 420 | EXTRAS="$EXTRAS check_curl\$(EXEEXT)" |
421 | fi | 421 | fi |
422 | AM_CONDITIONAL([WITH_CHECK_CURL], [test "$_can_enable_check_curl" = "yes"]) | 422 | AM_CONDITIONAL([WITH_CHECK_CURL], [test "$_can_enable_check_curl" = "yes"]) |
423 | AM_COND_IF([WITH_CHECK_CURL], | 423 | AC_CONFIG_FILES([plugins/picohttpparser/Makefile]) |
424 | [AC_CONFIG_FILES([plugins/picohttpparser/Makefile])]) | ||
425 | 424 | ||
426 | dnl Fallback to who(1) if the system doesn't provide an utmpx(5) interface | 425 | dnl Fallback to who(1) if the system doesn't provide an utmpx(5) interface |
427 | if test "$ac_cv_header_utmpx_h" = "no" -a "$ac_cv_header_wtsapi32_h" = "no" | 426 | if test "$ac_cv_header_utmpx_h" = "no" -a "$ac_cv_header_wtsapi32_h" = "no" |