From 96dfad550500b0fd36bcb34821b6347b0c94776a Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sat, 2 Oct 2004 09:31:58 +0000 Subject: [lcd4linux @ 2004-10-02 09:31:55 by reinelt] USBLCD driver modified to use libusb --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 387bec7..2322939 100755 --- a/configure +++ b/configure @@ -5658,6 +5658,9 @@ cat >>confdefs.h <<\_ACEOF #define WITH_USBLCD 1 _ACEOF + if test "$has_usb" = "true"; then + DRVLIBS="$DRVLIBS -lusb" + fi fi if test "$X11" = "yes"; then -- cgit v1.2.3