X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=e6a719b8b29e8e205f77691569b50a1320735559;hb=5a2c71ccd7c46b18583dd068a8508e9d93ed9190;hp=28de40bdc47f973f1d6873d455d4ffcac37094d2;hpb=b571f84c84a9eea04f948429200ffb9fcd8ecb0f;p=libsigrok.git diff --git a/configure.ac b/configure.ac index 28de40bd..e6a719b8 100644 --- a/configure.ac +++ b/configure.ac @@ -171,6 +171,9 @@ AS_IF([test "x$sr_cv_have_rpc" = xyes], # VXI support is only compiled if RPC support was found. AM_CONDITIONAL([NEED_RPC], [test "x$sr_cv_have_rpc" = xyes]) +# Check for compiler support of 128 bit integers +AC_CHECK_TYPES([__int128_t, __uint128_t], [], [], []) + ######################## ## Hardware drivers ## ######################## @@ -254,6 +257,7 @@ SR_DRIVER([MIC 985xx], [mic-985xx], [libserialport]) SR_DRIVER([Motech LPS 30x], [motech-lps-30x], [libserialport]) SR_DRIVER([Norma DMM], [norma-dmm], [libserialport]) SR_DRIVER([OpenBench Logic Sniffer], [openbench-logic-sniffer], [libserialport]) +SR_DRIVER([PCE PCE-322A], [pce-322a], [libserialport]) SR_DRIVER([Pipistrello-OLS], [pipistrello-ols], [libftdi]) SR_DRIVER([Rigol DS], [rigol-ds]) SR_DRIVER([Saleae Logic16], [saleae-logic16], [libusb])