# HG changeset patch # User diego # Date 1262607177 0 # Node ID 05f3923f11b70b6f51ce4d16b229deb1c1f4880b # Parent 7c1ce5b5609326561f6e1d2753eda51bf4968d74 Fix fribidi check to avoid spamming the console with error messages. diff -r 7c1ce5b56093 -r 05f3923f11b7 configure --- a/configure Mon Jan 04 11:58:56 2010 +0000 +++ b/configure Mon Jan 04 12:12:57 2010 +0000 @@ -6271,7 +6271,8 @@ _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