$OpenBSD: patch-configure,v 1.2 2013/11/02 11:13:19 ajacoutot Exp $

Remove compiler options not available with gcc < 4.

--- configure.orig	Thu Apr 29 03:39:45 2010
+++ configure	Sat Nov  2 12:05:59 2013
@@ -12730,7 +12730,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
 # Checks for typedefs, structures, and compiler characteristics.
 
 if test "x$ac_cv_c_compiler_gnu" = xyes ; then
-  CFLAGS="$CFLAGS -Wall -Wextra -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused"
+  CFLAGS="$CFLAGS -Wall -Wextra -g -std=gnu99 -Wno-unused"
 fi
 
 
