[MPlayer-dev-eng] Bugs in new configure
Ivan Kalvatchev
iive at yahoo.com
Wed Nov 21 11:50:47 CET 2001
hi,
look at this:
echocheck "termcap"
if test "$_termcap" = auto ; then
[snip]
else
_termcap=no
fi
The result if i put --enable-termcap is
Check termcap = no
This repeats in most of detection that have auto,
including:
echocheck "Xv"
if test "$_x11" = yes && test "$_xv" = auto ; then
[snip]
else
_xv=no
fi
The first case (termcap) is fixed by removing the
else;_=no, the second needs lite rewrite( we don't
want forced xv if there is no X :)
Best Regards
Ivan Kalvachev
P.S.
i realy like the new configure:)
__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
More information about the MPlayer-dev-eng
mailing list