From 685b4bf9ce94d218922498cb43fdf294818ddcea Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Thu, 24 Apr 2014 12:32:07 -0500 Subject: mts-id-eeprom: configure: require mts_eeprom.h installed instead of mts_io.h --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])) -- cgit v1.2.3