diff --git a/configure.ac b/configure.ac index 5b16c68..63590d1 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7 @@ case $backend in linux) AC_DEFINE(OS_LINUX, 1, [Linux backend]) AC_SUBST(OS_LINUX) - AC_SEARCH_LIBS([clock_gettime2], [rt], [], [], [-pthread]) + AC_SEARCH_LIBS([clock_gettime], [rt], [], [], [-pthread]) AC_ARG_ENABLE([udev], [AC_HELP_STRING([--enable-udev], [use udev for device enumeration and hotplug support (recommended) [default=yes]])], [], [enable_udev=yes]) diff --git a/libusb/version_nano.h b/libusb/version_nano.h index cdf84be..c72cf94 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11316 +#define LIBUSB_NANO 11317