$OpenBSD: patch-configure,v 1.19 2003/02/16 07:25:18 brad Exp $
--- configure.orig	Sat Feb  8 17:29:05 2003
+++ configure	Thu Feb 13 16:58:25 2003
@@ -3414,7 +3414,7 @@ echores "$_sgiaudio"
 
 
 echocheck "VCD support"
-if linux || bsdos || freebsd || netbsd || sunos ; then
+if linux || bsdos || freebsd || netbsd || openbsd || sunos ; then
   _inputmodules="vcd $_inputmodules"
   _def_vcd='#define HAVE_VCD 1'
   echores "ok"
@@ -4019,7 +4019,7 @@ fi
 
 
 echocheck "iconv"
-if test "$_iconv" = auto ; then
+if test "$_iconv" != no ; then
   _iconv_tmp='#include <iconv.h>'
 
   cat > $TMPC << EOF
