summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0b0b33fad4..fd21e520ba 100755
--- a/configure
+++ b/configure
@@ -4570,7 +4570,7 @@ echores "$_sgiaudio"
echocheck "VCD support"
-if linux || bsdos || freebsd || netbsd || sunos || (darwin && ppc) ; then
+if linux || bsdos || freebsd || netbsd || sunos || darwin ; then
_inputmodules="vcd $_inputmodules"
_def_vcd='#define HAVE_VCD 1'
echores "ok"