summaryrefslogtreecommitdiff
path: root/sysutils/hal/files/patch-configure.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-05-23 21:19:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-05-23 21:19:02 +0000
commit539a587bec711df53d05cc92d60343c1be10dacf (patch)
treeaf59ed54b3f01c0157457ced9df1550f35344735 /sysutils/hal/files/patch-configure.in
parent- Update to 0.8.7 (diff)
* Correct a potential infinite recursion loop triggered by the new GEOM
classes [1] * Fix some minor issues with usb2 support [2] PR: 134731 [1] Submitted by: hselasky [2]
Diffstat (limited to 'sysutils/hal/files/patch-configure.in')
-rw-r--r--sysutils/hal/files/patch-configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/hal/files/patch-configure.in b/sysutils/hal/files/patch-configure.in
index d6017b521d81..37fb1534e484 100644
--- a/sysutils/hal/files/patch-configure.in
+++ b/sysutils/hal/files/patch-configure.in
@@ -18,7 +18,7 @@
+ AC_CHECK_LIB([usb20], [libusb20_dev_get_info], [USE_LIBUSB20=yes], [USE_LIBUSB20=no])
+fi
+if test "x$USE_LIBUSB20" = "xno"; then
-+ AC_CHECK_LIB([usb], [libusb20_dev_get_info], [USE_LIBUSB=yes], [USE_LIBUSB=np])
++ AC_CHECK_LIB([usb], [libusb20_dev_get_info], [USE_LIBUSB=yes], [USE_LIBUSB=no])
+fi
+AM_CONDITIONAL([HAVE_LIBUSB20],[test "x$USE_LIBUSB20" = "xyes"])
+AM_CONDITIONAL([HAVE_LIBUSB20],[test "x$USE_LIBUSB" = "xyes"])