summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 02:08:51 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 02:08:51 +0200
commit82780406d1dd7de3c465ab59e7b26e83b15b4a26 (patch)
tree023339bfc958bed2da59e6737bc0a2b14ee7cd33 /configure
parent750748c0c49dab165c6c9b64978a3404febc243b (diff)
parent0e3224805ad54fbdca64a78d5084138862ddfe33 (diff)
downloadmpv-82780406d1dd7de3c465ab59e7b26e83b15b4a26.tar.bz2
mpv-82780406d1dd7de3c465ab59e7b26e83b15b4a26.tar.xz
Merge svn changes up to r30199
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 8669007697..406c5787b5 100755
--- a/configure
+++ b/configure
@@ -6108,7 +6108,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