From 4673c6ff01c15257515d078b76e8c2b98c0b895c Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Sun, 14 Jul 2013 00:55:35 +0000 Subject: [PATCH] Add configure check for . git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@273 13b04d17-f746-0410-82c6-800466cd88b0 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a1d7e91..f6523e0 100644 --- a/configure.in +++ b/configure.in @@ -60,7 +60,7 @@ AC_CHECK_LIB(m, pow, LIBS="-lm $LIBS",) dnl Checks for header files. AC_HEADER_DIRENT -AC_CHECK_HEADERS([sys/socket.h sys/time.h sys/fcntl.h fcntl.h sys/file.h netinet/in.h netdb.h sys/un.h sys/filio.h regex.h arpa/nameser.h dirent.h sys/ndir.h sys/dir.h ndir.h]) +AC_CHECK_HEADERS([sys/socket.h sys/time.h sys/fcntl.h fcntl.h sys/file.h netinet/in.h netdb.h sys/un.h sys/filio.h regex.h arpa/nameser.h dirent.h sys/ndir.h sys/dir.h ndir.h termios.h]) AC_CHECK_HEADERS([net/if.h], [], [], [AC_INCLUDES_DEFAULT