diff options
author | James Maki <jmaki@multitech.com> | 2010-09-10 12:31:45 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-09-10 12:31:45 -0500 |
commit | cd819002f664456f9b4c3f48e35457db1a6973a3 (patch) | |
tree | 73e3d8cbbb16b371995872b4c26a7a2d88a0f691 /configure.in | |
parent | 84feafae92bb0a0521367bcaaa186b27cb5e8a2e (diff) | |
download | mts-id-eeprom-cd819002f664456f9b4c3f48e35457db1a6973a3.tar.gz mts-id-eeprom-cd819002f664456f9b4c3f48e35457db1a6973a3.tar.bz2 mts-id-eeprom-cd819002f664456f9b4c3f48e35457db1a6973a3.zip |
require mts_io.h is installed
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ae09940..800825b 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ AC_HEADER_STDC AC_CHECK_HEADERS([ \ stdio.h stdlib.h unistd.h getopt.h errno.h time.h \ ctype.h sys/types.h sys/stat.h fcntl.h stdarg.h string.h printf.h \ -stdint.h sys/ioctl.h linux/limits.h \ +stdint.h sys/ioctl.h linux/limits.h linux/mts_io.h \ ], [],AC_MSG_ERROR([ required header missing])) |