1 $NetBSD: patch-ac,v 1.5 2007/12/16 15:18:29 adam Exp $
3 --- configure.orig 2011-09-04 07:38:58.000000000 +0000
5 @@ -11587,7 +11587,7 @@ else
9 - if test "$mingw32_support" == "yes"; then
10 + if test "$mingw32_support" = "yes"; then
12 MINGW32_SUPPORT_FALSE='#'
14 @@ -11723,7 +11723,7 @@ if test "$GCC" = yes; then
15 $as_echo "#define DEBUG 1" >>confdefs.h
18 - 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"
19 + CFLAGS="${CFLAGS} ${FCCFLAGS} -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual"
21 $as_echo "#define DEBUG 0" >>confdefs.h