aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
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