$OpenBSD: patch-configure,v 1.3 2001/07/26 17:37:46 naddy Exp $
--- configure.orig	Sun Jul 22 20:03:23 2001
+++ configure	Mon Jul 23 23:15:53 2001
@@ -1578,7 +1578,7 @@ else
   FLaC__CPU_SPARC_FALSE=
 fi
 case "$host" in
-	i3-686-*-openbsd*) OBJ_FORMAT=aoutb ;;
+	i386-*-openbsd*) OBJ_FORMAT=aoutb ;;
 	*) OBJ_FORMAT=elf ;;
 esac
 
@@ -2136,11 +2136,11 @@ fi
 
 
 SAVE_CFLAGS="$CFLAGS"
-CFLAGS='-I$(top_builddir) -I$(srcdir)/include -I $(top_srcdir)/include -Wall -W'
+CFLAGS='-I$(top_builddir) -I$(srcdir)/include -I $(top_srcdir)/include'
 if test x$debug = xtrue; then
 	CFLAGS="$CFLAGS -g -O0 -DDEBUG"
 else
-	CFLAGS="$CFLAGS -O3 -DNDEBUG"
+	CFLAGS="$CFLAGS -DNDEBUG"
 	if test x$GCC = xyes; then
 		CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-loops -finline-functions -Winline -DFLaC__INLINE=__inline__"
 	fi
