diff configure @ 28090:ff508c85d591

10l: actually disable quartz vo when detection failed.
author gpoirier
date Wed, 10 Dec 2008 14:28:17 +0000
parents 936fc892dcab
children 56c53d573835
line wrap: on
line diff
--- a/configure	Wed Dec 10 12:41:36 2008 +0000
+++ b/configure	Wed Dec 10 14:28:17 2008 +0000
@@ -3636,7 +3636,7 @@
     _vomodules="quartz $_vomodules"
     _def_quicktime='#define CONFIG_QUICKTIME 1'
   else
-    _quartz=yes
+    _quartz=no
     _def_quartz='#undef CONFIG_QUARTZ'
     _novomodules="quartz $_novomodules"
     _def_quicktime='#undef CONFIG_QUICKTIME'