changeset 27871:9cc815a0c22e

Print out that vo_macosx is disabled when Mac OS X APIs are not available.
author diego
date Thu, 13 Nov 2008 00:15:09 +0000
parents 31a44a9c8687
children 986f96ad6815
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Nov 11 19:21:36 2008 +0000
+++ b/configure	Thu Nov 13 00:15:09 2008 +0000
@@ -3521,7 +3521,7 @@
     else
 	_macosx=no
 	_noaomodules="macosx $_noaomodules"
-	_novomodules="quartz $_novomodules"
+	_novomodules="macosx quartz $_novomodules"
     fi
 fi
 if test "$_macosx" = yes ; then