From ecf0ebfb04f6e31e3ba709521b6955d5f86ff724 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 29 Apr 2012 06:31:26 +0200 Subject: Always run check-abi Remove the configure options for running of check-abi and always run it as part of the testsuite --- configure | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'configure') diff --git a/configure b/configure index d4958f3ed7..1c5f4adbea 100755 --- a/configure +++ b/configure @@ -692,7 +692,6 @@ all_warnings force_install bindnow oldest_abi -enable_check_abi use_default_link with_fp ac_ct_CXX @@ -766,7 +765,6 @@ with_selinux with_headers with_default_link enable_sanity_checks -enable_check_abi enable_shared enable_profile enable_versioning @@ -1413,8 +1411,6 @@ Optional Features: --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-sanity-checks really do not use threads (should not be used except in special situations) [default=yes] - --enable-check-abi do "make check-abi" in "make check" (no/warn/yes) - [default=no] --enable-shared build shared library [default=yes if GNU ld] --enable-profile build profiled library [default=no] --disable-versioning do not include versioning information in the library @@ -3553,15 +3549,6 @@ else fi - -# Check whether --enable-check-abi was given. -if test "${enable_check_abi+set}" = set; then : - enableval=$enable_check_abi; enable_check_abi=$enableval -else - enable_check_abi=no -fi - - # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then : enableval=$enable_shared; shared=$enableval -- cgit 1.4.1