a492e87bbd
- Do not install .la and static library files. Reported by: erwin [1]
17 lines
643 B
Text
17 lines
643 B
Text
--- configure.in.orig 2009-04-08 01:37:33.000000000 +0400
|
|
+++ configure.in 2009-04-08 01:37:43.000000000 +0400
|
|
@@ -80,14 +80,6 @@
|
|
|
|
# This 'test' call uses non-standard syntax and will fail on most
|
|
# systems, but it's just informational so any warning can be ignored.
|
|
-if test "$LIBUSB_VER" \< "0.1.7"; then
|
|
- AC_MSG_WARN([
|
|
-*** You need at least version 0.1.7 of the libusb library for USB support
|
|
-*** http://sourceforge.net/projects/libusb/
|
|
-*** If you cannot find the appropriate version, try CVS
|
|
- ])
|
|
- exit 1
|
|
-fi
|
|
|
|
case "$usb_msg" in
|
|
yes*) AC_DEFINE(HAVE_USB,1,[Whether you have USB support enabled]);;
|