]> sigrok.org Git - libsigrok.git/commit
configure.ac: Improve USB/EZUSB/serial checks.
authorUwe Hermann <redacted>
Mon, 8 Apr 2013 13:40:57 +0000 (15:40 +0200)
committerUwe Hermann <redacted>
Tue, 9 Apr 2013 15:49:13 +0000 (17:49 +0200)
commit3fd1d0ee1c6e8f9d1c6e30c16add1cc4253662bb
treeaad8067a1c8ece8678fbb721d05aca143f146408
parentae4c3d0431571346f489be3a370a9bb431a6ec59
configure.ac: Improve USB/EZUSB/serial checks.

 - If libusb-1.0 is not found, do not compile in ezusb.c and usb.c since
   they require libusb.h. The respective hardware drivers that use
   libusb-1.0, and usb.c and/or ezusb.c will be excluded from the build
   elsewhere in configure.ac. Rename NEED_EZUSB to NEED_USB.

 - Drop the NEED_SERIAL check and always compile in serial.c. This is a
   very small chunk of code, it does not depend on any external
   libraries that might be missing, and it compiles on all architectures.
   Thus there's no need to conditionally include or exclude it.
configure.ac
hardware/common/Makefile.am