X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=e178d4510c041eace7b6cd9d55d53dd65c2cf133;hb=1789445c8283521951543d5a130fbf10b3594705;hp=5fa5a639d00912ca779f6604d4d961f0f071c9b6;hpb=95de342a93445faa99b32d8dfecc947e3a5b49cb;p=fw%2Fopenocd diff --git a/configure.ac b/configure.ac index 5fa5a639d..e178d4510 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"])