diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-27 01:09:19 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-27 01:09:19 +0200 |
commit | 9201af1f487ce8eb190d1d9d9f191b38a9d74ed5 (patch) | |
tree | 79f5767b2bb2a173cd56538f0e96482a33ac0d33 /configure.ac | |
parent | f56b3e8619aafe36f6aea1e71a2c61bbf7fa699d (diff) |
compat with older MHD versions
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 77bee8b73..9e5717c87 100644 --- a/configure.ac +++ b/configure.ac @@ -231,7 +231,6 @@ AS_IF([test "x$curl" = x1],[ [curl=0]) ]) - # libcurl should be mutually exclusive AS_IF([test "$curl" = 1], AM_CONDITIONAL(HAVE_LIBCURL, true) |