From 5aef0c5097df02b2809eb86c0c81c9e04667ee8e Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Fri, 24 Sep 2004 21:41:00 +0000 Subject: [lcd4linux @ 2004-09-24 21:40:52 by reinelt] new driver for the BWCT USB LCD interface board. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') 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) -- cgit v1.2.3