[MPlayer-cvslog] r30199 - trunk/configure

diego subversion at mplayerhq.hu
Mon Jan 4 13:12:58 CET 2010


Author: diego
Date: Mon Jan  4 13:12:57 2010
New Revision: 30199

Log:
Fix fribidi check to avoid spamming the console with error messages.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Jan  4 12:58:56 2010	(r30198)
+++ trunk/configure	Mon Jan  4 13:12:57 2010	(r30199)
@@ -6271,7 +6271,8 @@ EOF
 	_inc_tmp=""
 	_ld_tmp="-lfribidi"
 	cc_check $_inc_tmp $_ld_tmp && _fribidi=yes
-	if test "$_fribidi" = no ; then
+	if $_fribidiconfig --version > /dev/null 2>&1 &&
+	   test "$_fribidi" = no ; then
 	  _inc_tmp="$($_fribidiconfig --cflags)"
 	  _ld_tmp="$($_fribidiconfig --libs)"
 	  cc_check $_inc_tmp $_ld_tmp && _fribidi=yes


More information about the MPlayer-cvslog mailing list