changeset 12821:02f60bfbcaa1

VCD support does not yet work on OpenBSD.
author diego
date Wed, 14 Jul 2004 22:04:42 +0000
parents 48294a6def86
children ca97d3d034fc
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Jul 14 18:29:42 2004 +0000
+++ b/configure	Wed Jul 14 22:04:42 2004 +0000
@@ -4329,7 +4329,7 @@
 
 
 echocheck "VCD support"
-if linux || bsdos || freebsd || netbsd || openbsd || sunos ; then
+if linux || bsdos || freebsd || netbsd || sunos ; then
   _inputmodules="vcd $_inputmodules"
   _def_vcd='#define HAVE_VCD 1'
   echores "ok"