aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorreinelt <>2004-09-24 21:41:00 +0000
committerreinelt <>2004-09-24 21:41:00 +0000
commit5aef0c5097df02b2809eb86c0c81c9e04667ee8e (patch)
treeaf51ab5de2bcb32c3b1c9a4418357c4257e8adb4 /configure.in
parent75bb1267aab38c6e01a062b73a237fbbff798d66 (diff)
downloadlcd4linux-5aef0c5097df02b2809eb86c0c81c9e04667ee8e.tar.gz
[lcd4linux @ 2004-09-24 21:40:52 by reinelt]
new driver for the BWCT USB LCD interface board.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5acef64..bbfdc6c 100644
--- a/configure.in
+++ b/configure.in
@@ -28,6 +28,9 @@ AC_PATH_XTRA
# check for gd.h
AC_CHECK_HEADERS(gd/gd.h gd.h, [has_gd=true], [has_gd=false])
+# check for usb.h
+AC_CHECK_HEADERS(usb.h, [has_usb=true], [has_usb=false])
+
# drivers
sinclude(drivers.m4)