X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=d28306149760eabaddcd394f393d3cd2bab5056b;hb=390795c0999ae3a41b97f9a8e2c154c81e6d064e;hp=f953857c0e9f70acad15f531e366839ac8cf3b00;hpb=b50891952d22d1c5012a99ad643ee3dd58495420;p=libsigrok.git diff --git a/configure.ac b/configure.ac index f953857c..d2830614 100644 --- a/configure.ac +++ b/configure.ac @@ -423,14 +423,6 @@ PKG_CHECK_MODULES([check], [check >= 0.9.4], [have_check="yes"], [have_check="no"]) AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes") -# The OLS driver uses serial port file descriptors directly, and therefore -# will not currently work on Windows. -case "$host" in -*mingw*) - HW_OPENBENCH_LOGIC_SNIFFER="no" - ;; -esac - # The BeagleLogic driver needs sys/mman.h and sys/ioctl.h. Don't try to # build it if these headers aren't available. AC_CHECK_HEADERS([sys/mman.h sys/ioctl.h], [], [HW_BEAGLELOGIC="no"])