aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-28 04:29:03 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-28 04:29:03 +0100
commitdde2466a4c2985c6ca556be971ef20d5b85dba28 (patch)
tree25a51fed1b07d8af6c0f13d1c4eb07c701e29b31
parent2b7fe489663da068f511313fe690ed24b5b56fb4 (diff)
downloadlibmicrohttpd-dde2466a4c2985c6ca556be971ef20d5b85dba28.tar.gz
libmicrohttpd-dde2466a4c2985c6ca556be971ef20d5b85dba28.zip
make sure TSEARCH macro is found
-rw-r--r--m4/tsearch.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/tsearch.m4 b/m4/tsearch.m4
index 24b35ce2..e311a633 100644
--- a/m4/tsearch.m4
+++ b/m4/tsearch.m4
@@ -4,7 +4,7 @@ dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved. 5dnl with or without modifications, as long as this notice is preserved.
6 6
7AC_DEFUN([gl_FUNC_TSEARCH], 7AC_DEFUN([FUNC_TSEARCH],
8[ 8[
9 AC_REQUIRE([gl_SEARCH_H_DEFAULTS]) 9 AC_REQUIRE([gl_SEARCH_H_DEFAULTS])
10 AC_CHECK_FUNCS([tsearch]) 10 AC_CHECK_FUNCS([tsearch])