[MPlayer-dev-eng] buglets in configure
gabor
gabor at realtime.sk
Tue Oct 8 13:06:29 CEST 2002
On Tue, 2002-10-08 at 12:47, Björn Sandell wrote:
>
> Hi,
>
> I've found some buglets in configure. If I run "./configure
> --enable-termios" (or, on some archs, "./configure --enable-iconv"; there
> might be others) compilation (or linking) will fail.
>
> The easy way out of this would be a patch like
>
> @@ -1970,7 +1975,7 @@
>
>
> echocheck "termios"
> -if test "$_termios" = auto ; then
> +if test "$_termios" != no ; then
> cat > $TMPC <<EOF
> #include <sys/termios.h>
> int main(void) { return 0; }
>
> but that would make the argument useless. I think that configure should
> fail if --enable-termios specified and no termios is found. What do you
> think?
i don't think so....
by default it's automatic.... => it detects if you have it or not
if you force it by --enable-termios..... then you force it..
maybe it should be renamed to --force-termios
bye,
gabor
>
> Björn Sandell DCE/DFS Sysadmin IT department
> Chalmers University of Technology www.dce.chalmers.se
>
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
--
That's life for you, said McDunn. Someone always waiting for someone
who never comes home. Always someone loving something more than that
thing loves them. And after awhile you want to destroy whatever
that thing is, so it can't hurt you no more.
-- R. Bradbury, "The Fog Horn"
More information about the MPlayer-dev-eng
mailing list