dect
/
libdect
Archived
13
0
Fork 0

build: remove libintl.h from AC_CHECK_HEADERS

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2011-03-19 06:08:48 +01:00
parent 2d39f5904e
commit f3a25140f0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ fi
# Checks for header files.
AC_HEADER_STDC
AC_HEADER_ASSERT
AC_CHECK_HEADERS([fcntl.h inttypes.h libintl.h limits.h malloc.h \
AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h malloc.h \
stddef.h stdint.h stdlib.h string.h unistd.h \
sys/socket.h], ,
[AC_MSG_ERROR([Header file not found])])