From f225a5692c9844c1b8c5f04a7e4f0fab83b6e773 Mon Sep 17 00:00:00 2001 From: Oron Peled Date: Sun, 13 Dec 2015 15:41:11 +0200 Subject: [PATCH] configure.ac: remove unused PKG_CONFIG_LIBUSB Signed-off-by: Oron Peled Signed-off-by: Russ Meyerriecks --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9dc008a..ee06287 100644 --- a/configure.ac +++ b/configure.ac @@ -199,7 +199,6 @@ AS_IF([test "$with_libusbx" != "no"], [AC_CHECK_LIB([usb-1.0], [libusb_error_name], [ have_libusbx="yes" - AC_SUBST([PKG_CONFIG_LIBUSB], [libusb-1.0]) AC_DEFINE([HAVE_LIBUSBX], [1], [Define to 1 if you have .]) AC_SUBST([PBX_USB], [1]) ], [ @@ -225,7 +224,6 @@ AS_IF([test "$with_libusb" != "no"], PKG_CHECK_MODULES([LIBUSB], [libusb], [ have_libusb="yes" - AC_SUBST([PKG_CONFIG_LIBUSB], [libusb]) AC_SUBST([PBX_USB], [1]) ] [AC_DEFINE([HAVE_LIBUSB], [1], [Define to 1 if you have .])],