$OpenBSD: patch-configure,v 1.2 2009/10/15 11:50:28 ajacoutot Exp $
--- configure.orig	Mon Sep 14 21:55:02 2009
+++ configure	Thu Oct 15 13:23:01 2009
@@ -4778,16 +4778,6 @@ else
 fi
 
 
-if test "x$GCC" = "xyes"; then
-  # -Wno-missing-field-initializers is because of
-  # http://bugs.debian.org/509663
-  #
-  # -Wno-unused-parameter is because in gnome2-ui.c our function
-  # prototypes are decided by the GNOME API, and we have to accept
-  # some parameters we never use.
-  CFLAGS="-g -O2 -Wall -Werror -Wextra -Wno-unused-parameter -Wno-missing-field-initializers"
-
-fi
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
