22 lines
602 B
Plaintext
22 lines
602 B
Plaintext
$OpenBSD: patch-configure,v 1.17 2002/12/22 14:19:47 espie Exp $
|
|
--- configure.orig Sat Dec 7 00:54:02 2002
|
|
+++ configure Sun Dec 8 21:08:07 2002
|
|
@@ -3278,7 +3278,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"
|
|
@@ -3840,7 +3840,7 @@ fi
|
|
|
|
|
|
echocheck "iconv"
|
|
-if test "$_iconv" = auto ; then
|
|
+if test "$_iconv" != no ; then
|
|
_iconv_tmp='#include <iconv.h>'
|
|
|
|
cat > $TMPC << EOF
|