summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@google.com>2021-07-26 23:29:01 -0600
committerNathan Hjelm <hjelmn@google.com>2021-07-26 23:29:01 -0600
commite2edecd3a3f3ff79f58c992862f15b00e4eb3c49 (patch)
tree7a4d60d66dbb2f3aee3f780171dc007dd4e2216e /libusb/version_nano.h
parente568db9f722f35b83ec31bbdfd79e7471163ce23 (diff)
downloadlibusb-e2edecd3a3f3ff79f58c992862f15b00e4eb3c49.tar.gz
configure: remove usage of deprecated AC_HELP_STRING
This macro was replaced by AS_HELP_STRING. This commit updates the lingering deprecated call with the new macro as used elsewhere in configure.ac. Signed-off-by: Nathan Hjelm <hjelmn@google.com>
Diffstat (limited to 'libusb/version_nano.h')
-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 a2c106c..94aba9b 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11646
+#define LIBUSB_NANO 11647