]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use libuv CFLAGS and LIBS when checking for features
authorOndřej Surý <ondrej@isc.org>
Wed, 18 May 2022 12:10:58 +0000 (14:10 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 18 May 2022 12:10:58 +0000 (14:10 +0200)
commitf063ee276e4a7f6cfccbefa969e8db8df952348b
tree80a7f3e77cb4771b9342e9540160a4cdd378e3b5
parent2cfef0f72d5d3211e333643290059d49b9c0c510
Use libuv CFLAGS and LIBS when checking for features

When autoconf was checking for libuv features, the LIBUV_CFLAGS was not
added to CFLAGS and LIBUV_LIBS to LIBS which resulted in false
negatives.

Use AX_SAVE_FLAGS and AX_RESTORE_FLAGS to temporarily add LIBUV_CFLAGS
and LIBUV_LIBS to their respective variables.
configure.ac