From f5ccf9d4391b6a9e9f64b42543d45a00d31475c3 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 12 Oct 2009 13:51:05 -0400 Subject: [PATCH] fix to restart libusbok checking for non-PKGCONFIG --- config/usrp_libusb.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/usrp_libusb.m4 b/config/usrp_libusb.m4 index b5653f1c..4347bfba 100644 --- a/config/usrp_libusb.m4 +++ b/config/usrp_libusb.m4 @@ -58,7 +58,8 @@ AC_DEFUN([USRP_LIBUSB], [ fi if test x$1 != xyes || test $have_libusb1 = yes; then dnl Either (1) libusb1 was specified and found; or - dnl (2) libusb1 was not specified. + dnl (2) libusb1 was not specified. Restart checking. + libusbok=yes dnl Verify that $usb_header is a valid header, and if so, dnl then verify that $usb_lib_func can be found in the -- 2.47.2