]> sigrok.org Git - libsigrok.git/commit
configure.ac: consider libusb_os_handle absence non-fatal on Windows
authorGerhard Sittig <redacted>
Mon, 14 Feb 2022 20:30:14 +0000 (21:30 +0100)
committerGerhard Sittig <redacted>
Thu, 24 Feb 2022 21:46:24 +0000 (22:46 +0100)
commitdb39d9a271e338c5cc5f633fba26dbedf58d09fa
treec78f4b1fe150560a439e3f772c29844d7ba9b332
parentd07ef6f786e423df25e1d7155df988fba9fb8669
configure.ac: consider libusb_os_handle absence non-fatal on Windows

Keep checking for the libusb_os_handle data type's presence, but don't
consider its absence on Windows fatal. Recent mainline libusb provides
something similar to the event abstraction branch under the common API.
Assume that it's the integrators' or packagers' responsibility to either
use a recent library or a patched older library for sigrok builds.

All other non-Windows platforms remain unaffected, the presence check
never was fatal there. The data type check itself needs to remain in
place because the usb.c source code adjusts to its presence.
configure.ac