summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2016-01-26 13:35:10 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2016-01-26 13:35:24 +1100
commit7411724bc9cc249f992e41639456208c7a76c9d3 (patch)
treed75c823a74461849bb65329d189943e61262662f /configure.ac
parent3ff49e606dfc67864eb61e55fa9a6ff4722d88a4 (diff)
downloadflac-7411724bc9cc249f992e41639456208c7a76c9d3.tar.gz
Fix ioctl/TIOCGWINSZ for OSX
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f2320015..d6bb2d04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,9 +62,7 @@ AC_C_INLINE
AC_C_VARARRAYS
AC_C_TYPEOF
-AC_CHECK_HEADERS([stdint.h inttypes.h byteswap.h sys/param.h termios.h x86intrin.h cpuid.h])
-
-AC_HEADER_TIOCGWINSZ
+AC_CHECK_HEADERS([stdint.h inttypes.h byteswap.h sys/param.h sys/ioctl.h termios.h x86intrin.h cpuid.h])
XIPH_C_BSWAP32
XIPH_C_BSWAP16