]> git.ipfire.org Git - thirdparty/bird.git/commit
configure.ac: properly evaluate ac_test_CFLAGS
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 27 Aug 2024 12:54:07 +0000 (14:54 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 27 Aug 2024 12:54:07 +0000 (14:54 +0200)
commit404e82616d950cbf45b16adb11ce3a52e285e16b
treee287f0f53b2c04a783ea08b0279356b094547ee6
parentacbdc29d57373a42a512b505c7d4169fd9ca2bee
configure.ac: properly evaluate ac_test_CFLAGS

Since autoconf 2.69 and
https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=76754e04fce5f6a7701bec57b057020585df2ae3
ac_test_CFLAGS is set to ${CFLAGS+y} instead of ${CFLAGS+set}.

Just test that ac_test_CFLAGS is not empty, to support both cases.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
configure.ac