empserver/m4
Markus Armbruster e23d0f6259 m4/my_lib_readline: Fix check for additional libraries
MY_LIB_READLINE tries each readline-compatible library with a sequence
of additional libraries, starting with none.  If the check with none
fails, all the others checks reuse the cached result, and also fail.
Broken in commit 1cbda2c7d "client: Rewrite readline configuration",
v4.4.0.

Avoid the unwanted chaching.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2021-01-17 21:24:28 +01:00
..
ax_append_flag.m4 m4: Refresh macros from autoconf-archive commit fd1d25c148 2021-01-17 21:24:28 +01:00
ax_append_link_flags.m4 m4: Refresh macros from autoconf-archive commit fd1d25c148 2021-01-17 21:24:28 +01:00
ax_check_compile_flag.m4 m4: Refresh macros from autoconf-archive commit fd1d25c148 2021-01-17 21:24:28 +01:00
ax_check_link_flag.m4 m4: Refresh macros from autoconf-archive commit fd1d25c148 2021-01-17 21:24:28 +01:00
ax_lib_socket_nsl.m4 m4: Refresh macros from autoconf-archive commit fd1d25c148 2021-01-17 21:24:28 +01:00
ax_pthread.m4 m4: Refresh macros from autoconf-archive commit fd1d25c148 2021-01-17 21:24:28 +01:00
ax_require_defined.m4 m4: Refresh macros from autoconf-archive commit fd1d25c148 2021-01-17 21:24:28 +01:00
my_append_compile_flags.m4 configure: Use -fstack-protector-strong when available 2015-12-05 13:19:38 +01:00
my_func_makecontext.m4 LWP doesn't work with Darwin due to OS bugs, avoid it for now 2008-12-07 17:25:35 -05:00
my_lib_readline.m4 m4/my_lib_readline: Fix check for additional libraries 2021-01-17 21:24:28 +01:00
my_terminfo.m4 m4: Make MY_WITH_TERMINFO consistent with MY_WITH_READLINE 2017-08-06 11:22:29 +02:00
my_windows_api.m4 Fix portability bug in configure test for Windows API 2012-08-11 15:36:56 +02:00
my_working_in6_is_addr_v4mapped.m4 Fix build for systems that don't provide POSIX.1-2001 by default 2021-01-17 21:24:28 +01:00