diff options
author | Nathan Hjelm <hjelmn@google.com> | 2021-07-26 23:29:01 -0600 |
---|---|---|
committer | Nathan Hjelm <hjelmn@google.com> | 2021-07-26 23:29:01 -0600 |
commit | e2edecd3a3f3ff79f58c992862f15b00e4eb3c49 (patch) | |
tree | 7a4d60d66dbb2f3aee3f780171dc007dd4e2216e /libusb/version_nano.h | |
parent | e568db9f722f35b83ec31bbdfd79e7471163ce23 (diff) | |
download | libusb-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.h | 2 |
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 |