summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-20 19:28:16 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-20 19:28:16 +0000
commit8ca12cd021f93e14ac164288e000bf0639df8268 (patch)
treefc1f0ebc755b1344c596d43316796f096e0f7157 /configure
parent7cb47d1cbc5b63c0c17b67a408a3eaabee2b38d9 (diff)
downloadmpv-8ca12cd021f93e14ac164288e000bf0639df8268.tar.bz2
mpv-8ca12cd021f93e14ac164288e000bf0639df8268.tar.xz
USE_TERMIOS -> HAVE_TERMIOS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3036 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3a63db6813..d3d5f76288 100755
--- a/configure
+++ b/configure
@@ -1177,9 +1177,9 @@ else
_termios=no
fi
if test "$_termios" = yes ; then
- _def_termios='#define USE_TERMIOS 1'
+ _def_termios='#define HAVE_TERMIOS 1'
else
- _def_termios='#undef USE_TERMIOS'
+ _def_termios='#undef HAVE_TERMIOS'
fi
echores "$_termios"