mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
10l, forgot to add _inc_x11 to X11 cc check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21588 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ecd6df1c72
commit
01a497c0c5
2
configure
vendored
2
configure
vendored
@ -3839,7 +3839,7 @@ EOF
|
|||||||
else
|
else
|
||||||
_ld_tmp="$I -lXext -lX11 $_ld_sock $_ld_pthread"
|
_ld_tmp="$I -lXext -lX11 $_ld_sock $_ld_pthread"
|
||||||
fi
|
fi
|
||||||
cc_check $_ld_tmp && _libs_mplayer="$_libs_mplayer $_ld_tmp" \
|
cc_check $_inc_x11 $_ld_tmp && _libs_mplayer="$_libs_mplayer $_ld_tmp" \
|
||||||
&& _x11=yes && break
|
&& _x11=yes && break
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user