This is an automated email from Gerrit.

Marc Schink (openocd-...@marcschink.de) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/4450

-- gerrit

commit a49af15b9e7b167b25122ffccf3232e272e23258
Author: Marc Schink <openocd-...@marcschink.de>
Date:   Tue Jan 16 09:24:27 2018 +0100

    configure.ac: Fix required libjaylink version
    
    Change-Id: I9ede86eeef8991db52ffa188ff293c14bd50a1f4
    Signed-off-by: Marc Schink <openocd-...@marcschink.de>

diff --git a/configure.ac b/configure.ac
index 562ec5a..f3b805b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -655,7 +655,7 @@ PROCESS_ADAPTERS([USB0_ADAPTERS], ["x$use_libusb0" = 
"xyes"], [libusb-0.1])
 PROCESS_ADAPTERS([HIDAPI_ADAPTERS], ["x$use_hidapi" = "xyes"], [hidapi])
 PROCESS_ADAPTERS([HIDAPI_USB1_ADAPTERS], ["x$use_hidapi" = "xyes" -a 
"x$use_libusb1" = "xyes"], [hidapi and libusb-1.x])
 PROCESS_ADAPTERS([LIBFTDI_ADAPTERS], ["x$use_libftdi" = "xyes"], [libftdi])
-PROCESS_ADAPTERS([LIBJAYLINK_ADAPTERS], ["x$use_internal_libjaylink" = "xyes" 
-o "x$use_libjaylink" = "xyes"], [libjaylink-0.1])
+PROCESS_ADAPTERS([LIBJAYLINK_ADAPTERS], ["x$use_internal_libjaylink" = "xyes" 
-o "x$use_libjaylink" = "xyes"], [libjaylink-0.2])
 
 AS_IF([test "x$build_openjtag" = "xyes"], [
   AS_IF([test "x$use_libusb1" != "xyes" -a "x$use_libusb0" != "xyes"], [

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to