diff options
author | Mike Fiore <mfiore@multitech.com> | 2014-04-24 12:32:07 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2014-04-24 12:32:07 -0500 |
commit | 685b4bf9ce94d218922498cb43fdf294818ddcea (patch) | |
tree | 7cf4b6061152a2ea4d3e8a2d8396dfc5690c908f | |
parent | 1a760c3b82cf9ffc454212153f7edb8c395f0af5 (diff) | |
download | mts-id-eeprom-685b4bf9ce94d218922498cb43fdf294818ddcea.tar.gz mts-id-eeprom-685b4bf9ce94d218922498cb43fdf294818ddcea.tar.bz2 mts-id-eeprom-685b4bf9ce94d218922498cb43fdf294818ddcea.zip |
mts-id-eeprom: configure: require mts_eeprom.h installed instead of mts_io.h0.2.2
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 800825b..147567c 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 linux/mts_io.h \ +stdint.h sys/ioctl.h linux/limits.h linux/mts_eeprom.h \ ], [],AC_MSG_ERROR([ required header missing])) |