summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDagobert Michelsen <dam@opencsw.org>2013-05-26 23:32:01 +0200
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-05-27 18:06:56 +1000
commit5999d81f0ea9f2ccda7e06be70e0ab6db43a3615 (patch)
tree19c1ffb0c89045c5c6ce812d65a4993d5b95b628 /configure.ac
parent349c6adcf7d766a37ac1039f334873a9c4624c19 (diff)
downloadflac-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.ac4
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