configure.ac: Drop ols Windows exception, should be obsolete.
(see #205)
This commit is contained in:
parent
53a81803e4
commit
3982b93840
|
@ -423,14 +423,6 @@ PKG_CHECK_MODULES([check], [check >= 0.9.4],
|
||||||
[have_check="yes"], [have_check="no"])
|
[have_check="yes"], [have_check="no"])
|
||||||
AM_CONDITIONAL(HAVE_CHECK, test x"$have_check" = "xyes")
|
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
|
# The BeagleLogic driver needs sys/mman.h and sys/ioctl.h. Don't try to
|
||||||
# build it if these headers aren't available.
|
# build it if these headers aren't available.
|
||||||
AC_CHECK_HEADERS([sys/mman.h sys/ioctl.h], [], [HW_BEAGLELOGIC="no"])
|
AC_CHECK_HEADERS([sys/mman.h sys/ioctl.h], [], [HW_BEAGLELOGIC="no"])
|
||||||
|
|
Loading…
Reference in New Issue