From b1f6346814e6308f2b516141649183b159802011 Mon Sep 17 00:00:00 2001 From: Marcus Sundberg Date: Sun, 27 Feb 2000 22:19:12 +0000 Subject: [PATCH] Removed bogus -lefence. Removed duplicate "-Wall -Werror" flags. --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index c11ad81..7d9d09a 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,6 @@ QF_VERSION=0.2-d VERSION=2.40 AC_DEFINE_UNQUOTED(QF_VERSION,"$QF_VERSION") AC_DEFINE_UNQUOTED(VERSION,"$VERSION") -LIBS=-lefence dnl Set to yes for releases RELEASE=no @@ -478,7 +477,7 @@ dnl CFLAGS for release and devel versions if test "x$RELEASE" = xyes; then if test "x$GCC" = xyes; then AC_MSG_CHECKING(for special release compiler settings) - BASE_RELEASE_CFLAGS="-Wall -Werror -O6 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations" + BASE_RELEASE_CFLAGS="-O6 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations" case "${target}" in changequote(,)dnl i?86-*-*)