|
From: <sv...@va...> - 2009-01-16 13:25:18
|
Author: bart
Date: 2009-01-16 12:06:54 +0000 (Fri, 16 Jan 2009)
New Revision: 8968
Log:
Added configure test for the header file <asm/unistd.h>.
Modified:
trunk/configure.in
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2009-01-16 11:57:50 UTC (rev 8967)
+++ trunk/configure.in 2009-01-16 12:06:54 UTC (rev 8968)
@@ -1269,6 +1269,7 @@
# Checks for C header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([ \
+ asm/unistd.h \
endian.h \
mqueue.h \
sys/endian.h \
|