[MPlayer-dev-eng] buglets in configure

Björn Sandell biorn at dce.chalmers.se
Tue Oct 8 12:47:36 CEST 2002


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?

Björn Sandell       DCE/DFS Sysadmin       IT department
Chalmers University of Technology    www.dce.chalmers.se




More information about the MPlayer-dev-eng mailing list