diff options
author | Dagobert Michelsen <dam@opencsw.org> | 2013-05-26 23:32:01 +0200 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-05-27 18:06:56 +1000 |
commit | 5999d81f0ea9f2ccda7e06be70e0ab6db43a3615 (patch) | |
tree | 19c1ffb0c89045c5c6ce812d65a4993d5b95b628 /configure.ac | |
parent | 349c6adcf7d766a37ac1039f334873a9c4624c19 (diff) | |
download | flac-5999d81f0ea9f2ccda7e06be70e0ab6db43a3615.tar.gz |
Use location of TIOCGWINSZ from autoconf manual
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6355f726..2f3824cf 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,9 @@ AC_C_INLINE AC_C_VARARRAYS AC_C_TYPEOF -AC_CHECK_HEADERS([stdint.h inttypes.h byteswap.h sys/param.h]) +AC_CHECK_HEADERS([stdint.h inttypes.h byteswap.h sys/param.h termios.h]) + +AC_HEADER_TIOCGWINSZ XIPH_C_BSWAP32 |