aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorreinelt <>2005-05-13 05:43:32 +0000
committerreinelt <>2005-05-13 05:43:32 +0000
commite406211ef28996433d45a4fa0a3f3df813cfc9d8 (patch)
treeb5928ed6bfbe6e904499e42b3bfad355a1861eb0 /configure.in
parent1464737ccf1621913ab00d9679ec22dbdbf597c1 (diff)
downloadlcd4linux-e406211ef28996433d45a4fa0a3f3df813cfc9d8.tar.gz
[lcd4linux @ 2005-05-13 05:43:25 by reinelt]
added drv_LCDLinux.h to extra_sources
Diffstat (limited to '')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 342a2ea..a2d9822 100644
--- a/configure.in
+++ b/configure.in
@@ -80,7 +80,7 @@ sinclude(plugins.m4)
# Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
-AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/statfs.h sys/time.h syslog.h termios.h unistd.h])
+AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/statfs.h sys/vfs.h sys/time.h syslog.h termios.h unistd.h])
AC_CHECK_HEADERS(sys/io.h asm/io.h)
AC_CHECK_HEADERS(linux/parport.h linux/ppdev.h)
AC_CHECK_HEADERS(asm/msr.h)