summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-07-26 12:45:17 -0700
committerRoland McGrath <roland@redhat.com>2010-07-26 12:45:17 -0700
commit1c7570ff36595cba9f5797453eda95969a72c56e (patch)
tree60b08315b0f89203fe071e610b24606dae75305d /config.make.in
parent8d50becc0421e86fc15f9a3453cf1772fc11f565 (diff)
BZ #11840: Fix config.cache usage for -fgnu89-inline check.
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in
index adfda9d9a4..efffee4bb7 100644
--- a/config.make.in
+++ b/config.make.in
@@ -59,7 +59,7 @@ have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
enable-check-abi = @enable_check_abi@
have-forced-unwind = @libc_cv_forced_unwind@
have-fpie = @libc_cv_fpie@
-gnu89-inline-CFLAGS = @libc_cv_gnu89_inline@
+gnu89-inline-CFLAGS = @gnu89_inline@
have-ssp = @libc_cv_ssp@
have-selinux = @have_selinux@
have-libaudit = @have_libaudit@