aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-11-06 12:48:52 +0100
committerPaul Fertser <fercerpav@gmail.com>2016-12-08 15:14:01 +0000
commit1789445c8283521951543d5a130fbf10b3594705 (patch)
tree2c670520fcd0f86e2c62e25dbed4dd0c26982683 /configure.ac
parent95de342a93445faa99b32d8dfecc947e3a5b49cb (diff)
downloadriscv-openocd-1789445c8283521951543d5a130fbf10b3594705.zip
riscv-openocd-1789445c8283521951543d5a130fbf10b3594705.tar.gz
riscv-openocd-1789445c8283521951543d5a130fbf10b3594705.tar.bz2
configure: Add USE_* conditionals for hidapi and libjaylink
For consistency with other libs. Change-Id: Id37329a00db5ab668f4c2c9ce53d2c41976649b1 Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/3869 Tested-by: jenkins Reviewed-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5fa5a63..e178d45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -729,6 +729,8 @@ AM_CONDITIONAL([IS_WIN32], [test "x$is_win32" = "xyes"])
AM_CONDITIONAL([IS_DARWIN], [test "x$is_darwin" = "xyes"])
AM_CONDITIONAL([BITQ], [test "x$build_bitq" = "xyes"])
AM_CONDITIONAL([USE_LIBFTDI], [test "x$use_libftdi" = "xyes"])
+AM_CONDITIONAL([USE_HIDAPI], [test "x$use_hidapi" = "xyes"])
+AM_CONDITIONAL([USE_LIBJAYLINK], [test "x$use_libjaylink" = "xyes"])
AM_CONDITIONAL([MINIDRIVER], [test "x$build_minidriver" = "xyes"])
AM_CONDITIONAL([MINIDRIVER_DUMMY], [test "x$build_minidriver_dummy" = "xyes"])