summaryrefslogtreecommitdiff
path: root/libusb
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@google.com>2022-04-15 09:28:29 -0600
committerNathan Hjelm <hjelmn@google.com>2022-04-15 21:41:08 -0600
commitba698478afc3d3a72644eef9fc4cd24ce8383a4c (patch)
treeab2e3675573ef13ba7796d52c611b9ba86692ada /libusb
parent4e2de881cf0f8b38b1e19c078d19b4628f38c732 (diff)
downloadlibusb-ba698478afc3d3a72644eef9fc4cd24ce8383a4c.tar.gz
config: allow configure to continue without pkg-config installed
libusb only uses pkg-config macros in configure to check for umockdev. Since this is only required for testing it makes sense to protect the usage of these macros to only be used when pkg-config is installed. This will be the case for maintainers and testers. Signed-off-by: Nathan Hjelm <hjelmn@google.com>
Diffstat (limited to 'libusb')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index e1d64a3..7830159 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11726
+#define LIBUSB_NANO 11727