[Pkg-voip-commits] [dahdi-tools] 267/285: configure.ac: remove unused PKG_CONFIG_LIBUSB

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:19:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit f225a5692c9844c1b8c5f04a7e4f0fab83b6e773
Author: Oron Peled <oron.peled at xorcom.com>
Date:   Sun Dec 13 15:41:11 2015 +0200

    configure.ac: remove unused PKG_CONFIG_LIBUSB
    
    Signed-off-by: Oron Peled <oron.peled at xorcom.com>
    Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>
---
 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 <libusb.h>.])
 				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 <usb.h>.])],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list