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.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 0f5193e717..19a2c1a0f0 100644 --- a/configure.in +++ b/configure.in @@ -104,14 +104,6 @@ AC_ARG_ENABLE([sanity-checks], [enable_sanity=$enableval], [enable_sanity=yes]) -AC_SUBST(enable_check_abi) -AC_ARG_ENABLE([check-abi], - AC_HELP_STRING([--enable-check-abi], - [do "make check-abi" in "make check" (no/warn/yes) - @<:@default=no@:>@]), - [enable_check_abi=$enableval], - [enable_check_abi=no]) - AC_ARG_ENABLE([shared], AC_HELP_STRING([--enable-shared], [build shared library @<:@default=yes if GNU ld@:>@]), -- cgit v1.2.3-70-g09d2