gif support: added tests with the X11 libs (required by some lib(un)gif)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6116 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2002-05-18 09:21:35 +00:00
parent eb7cbca975
commit ae754f40fb
1 changed files with 6 additions and 0 deletions

6
configure vendored
View File

@ -2350,6 +2350,12 @@ EOF
elif cc_check -lgif && "$TMPO" >> "$TMPLOG" ; then
_gif=yes
_ld_gif="-lgif"
elif cc_check -lungif $_ld_x11 && "$TMPO" >> "$TMPLOG" ; then
_gif=yes
_ld_gif="-lungif $_ld_x11"
elif cc_check -lgif $_ld_x11 && "$TMPO" >> "$TMPLOG" ; then
_gif=yes
_ld_gif="-lgif $_ld_x11"
fi
fi