diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | libusb/version_nano.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0fa92ec..6d6b35d 100644 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,7 @@ linux) AC_SUBST(OS_LINUX) AC_SEARCH_LIBS(clock_gettime, rt, [], [], -pthread) AC_ARG_ENABLE([udev], - [AC_HELP_STRING([--with-udev], [use udev for device enumeration and hotplug support (recommended, default: yes)])], + [AC_HELP_STRING([--enable-udev], [use udev for device enumeration and hotplug support (recommended, default: yes)])], [], [enable_udev="yes"]) if test "x$enable_udev" = "xyes" ; then # system has udev. use it or fail! diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 949b248..0d47cef 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10673 +#define LIBUSB_NANO 10674 |