aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-02-28 14:30:40 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-02-28 14:32:41 +0300
commite462a50176474c8e0c791c77a6c4863753af1e5d (patch)
tree1bdebd2dafa54df947f4ec3114333a29b12c05d3 /m4
parentdde2466a4c2985c6ca556be971ef20d5b85dba28 (diff)
downloadlibmicrohttpd-e462a50176474c8e0c791c77a6c4863753af1e5d.tar.gz
libmicrohttpd-e462a50176474c8e0c791c77a6c4863753af1e5d.zip
autotools macros: make sure that newer local macro will not break creating 'configure'
Diffstat (limited to 'm4')
-rw-r--r--m4/tsearch.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/tsearch.m4 b/m4/tsearch.m4
index e311a633..24b35ce2 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([FUNC_TSEARCH], 7AC_DEFUN([gl_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])