From c34ed3bf288e8dd714ad7faba95d9f6d7e38b369 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 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@493 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- 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