Files
2013-09-26 17:14:40 +02:00

23 lines
862 B
Plaintext

$NetBSD: patch-ac,v 1.6 2012/01/28 13:15:32 wiz Exp $
--- configure.orig 2011-09-04 07:38:58.000000000 +0000
+++ configure
@@ -11587,7 +11587,7 @@ else
fi
- if test "$mingw32_support" == "yes"; then
+ if test "$mingw32_support" = "yes"; then
MINGW32_SUPPORT_TRUE=
MINGW32_SUPPORT_FALSE='#'
else
@@ -11723,7 +11723,7 @@ if test "$GCC" = yes; then
$as_echo "#define DEBUG 1" >>confdefs.h
else
- CFLAGS="${CFLAGS} ${FCCFLAGS} -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual"
+ CFLAGS="${CFLAGS} ${FCCFLAGS} -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual"
$as_echo "#define DEBUG 0" >>confdefs.h