aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-10-02 09:31:58 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-10-02 09:31:58 +0000
commitc34ed3bf288e8dd714ad7faba95d9f6d7e38b369 (patch)
tree1e9560be2bd1bf5fcfe664b0a0a3029794926672 /configure
parent3588180b37d5a1c1c5e5fdefe93162bd76d5a20d (diff)
downloadlcd4linux-c34ed3bf288e8dd714ad7faba95d9f6d7e38b369.tar.gz
[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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
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