aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-03 13:23:01 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-03 13:23:01 +0300
commit677e6e431aa1b1ccd1cd61ba69cbc1a1c1201970 (patch)
tree0d80d108a625ef1b96748b68b68c0e78bf15f134 /src/microhttpd/Makefile.am
parent29311f409720f69873f7e58bfcad6a21ba0521ad (diff)
downloadlibmicrohttpd-677e6e431aa1b1ccd1cd61ba69cbc1a1c1201970.tar.gz
libmicrohttpd-677e6e431aa1b1ccd1cd61ba69cbc1a1c1201970.zip
configure: fixed checks for tsearch() and related
New check works correctly with new compilers. Added known problematic implementations. Added more checks for correct behaviour. Removed some m4 macros.
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 8e6e623a..36ad802f 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -153,7 +153,7 @@ if USE_COVERAGE
153 AM_CFLAGS += --coverage 153 AM_CFLAGS += --coverage
154endif 154endif
155 155
156if !MHD_HAVE_TSEARCH 156if !MHD_USE_SYS_TSEARCH
157libmicrohttpd_la_SOURCES += \ 157libmicrohttpd_la_SOURCES += \
158 tsearch.c tsearch.h 158 tsearch.c tsearch.h
159endif 159endif