From: John Darrington Date: Tue, 15 Jan 2013 18:04:53 +0000 (+0100) Subject: Remove configure flag --enable-anachronistic-dependencies X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fbuilds%2F20130116030504%2Fpspp;p=pspp Remove configure flag --enable-anachronistic-dependencies This flag was a kludge and is not used anymore anyway. --- diff --git a/INSTALL b/INSTALL index 1834870251..5d1775cd88 100644 --- a/INSTALL +++ b/INSTALL @@ -272,13 +272,6 @@ Optional Features Disable building the Perl module, in case it does not build properly or you do not need it. -`--enable-anachronistic-dependencies' - If you use this option, some of the checks for dependent libraries - will be relaxed, permitting configure to succeed when older versions - of libraries are detected. Use of this option is not recommended. - If you use it, some features may be missing and the build may fail - with obscure error messages. - `--enable-relocatable' This option is useful for building a package which can be installed into an arbitrary directory and freely copied to any other directory. diff --git a/configure.ac b/configure.ac index d681929940..cffba95d67 100644 --- a/configure.ac +++ b/configure.ac @@ -20,11 +20,6 @@ PKG_PROG_PKG_CONFIG m4_pattern_forbid([PKG_CHECK_MODULES]) PSPP_CHECK_CLICKSEQUENCE -AC_ARG_ENABLE( - anachronistic-dependencies, - [AS_HELP_STRING([--enable-anachronistic-dependencies], - [Attempt to allow building against older versions of dependent libraries])]) - PSPP_ENABLE_OPTION(-Wdeclaration-after-statement) PSPP_ENABLE_WERROR