summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-26 01:15:07 +0000
committerRoland McGrath <roland@gnu.org>2003-03-26 01:15:07 +0000
commit7dbde9db6b8cb8e77358dcb9fd883ded874858c9 (patch)
treee657e20c8b03cef543d69cdf9d9c46808d6db8cd /config.make.in
parent9fdf211e6866677d67167ba7a77ac4798fe5cb1d (diff)
2003-03-25 Roland McGrath <roland@redhat.com>
* config.make.in (enable-check-abi): New variable from configure. * configure.in (enable_check_abi): New substituted variable, controlled by --{enable,disable}-check-abi (default yes). * configure: Regenerated. * Makerules [$(enable-check-abi) = yes] (tests): Put this condition on check-abi dependency.
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index da6bb5cf4d..c704cc701d 100644
--- a/config.make.in
+++ b/config.make.in
@@ -51,6 +51,7 @@ old-glibc-headers = @old_glibc_headers@
unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
have-initfini-array = @libc_cv_initfinit_array@
have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
+enable-check-abi = @enable_check_abi@
static-libgcc = @libc_cv_gcc_static_libgcc@