mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-24 02:10:30 -05:00
The AX_LIB_LMDB() macro attempts to test the potential LMDB installation path provided to it by temporarily updating CFLAGS and LIBS, calling AC_SEARCH_LIBS(), and then restoring CFLAGS and LIBS to their original values. However, including certain statements (e.g. "break") in the arguments provided to the AX_LIB_LMDB() macro may cause an early exit from it, in which case CFLAGS and LIBS will be left polluted. Fix by resetting CFLAGS and LIBS to their original values before executing the commands provided as AX_LIB_LMDB() arguments. |
||
|---|---|---|
| .. | ||
| ax_bind9_lib_version.m4 | ||
| ax_check_compile_flag.m4 | ||
| ax_check_link_flag.m4 | ||
| ax_check_openssl.m4 | ||
| ax_check_preproc_flag.m4 | ||
| ax_gcc_func_attribute.m4 | ||
| ax_lib_lmdb.m4 | ||
| ax_perl_module.m4 | ||
| ax_posix_shell.m4 | ||
| ax_pthread.m4 | ||
| ax_python_module.m4 | ||
| ax_restore_flags.m4 | ||
| ax_save_flags.m4 | ||
| ax_tls.m4 | ||
| compat.m4 | ||