aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2008-01-10 09:45:05 +0100
committerReinhard Tartler <siretart@tauware.de>2008-01-10 09:45:05 +0100
commitc724649a69607b3c76ad554d0700b2e9f53d63b8 (patch)
tree39ace7d2f02a0989a66ec7ccf36a81f450f77069 /configure.in
parent3e23b791eeb822bb2d7d6b9a5376675c0cf4bfe8 (diff)
downloadlcd4linux-c724649a69607b3c76ad554d0700b2e9f53d63b8.tar.gz
import commit 809 from trunk to fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=436332
Diffstat (limited to '')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ab86cf3..4e35860 100644
--- a/configure.in
+++ b/configure.in
@@ -99,7 +99,6 @@ 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/time.h sys/vfs.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)
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST