From 0a33fdb83a5488744e3a148d1a09801850135a56 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 14 May 2010 15:34:30 +0000 Subject: Check for termios.h before sys/termios.h. The former location is the more current and standard variant. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31176 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1f0e1a29fb..29dadcca53 100755 --- a/configure +++ b/configure @@ -3855,7 +3855,7 @@ def_termios_h='#undef HAVE_TERMIOS_H' def_termios_sys_h='#undef HAVE_SYS_TERMIOS_H' if test "$_termios" = auto ; then _termios=no - for _termios_header in "sys/termios.h" "termios.h"; do + for _termios_header in "termios.h" "sys/termios.h"; do cat > $TMPC < int main(void) { return 0; } -- cgit v1.2.3