[Pkg-voip-commits] [dahdi-tools] 262/285: configure.ac: xpp: now libusbx is the default

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:19:09 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 2097f1adc56c34aa855d6859c704ac8075c4218a
Author: Oron Peled <oron.peled at xorcom.com>
Date:   Mon Dec 22 14:06:25 2014 +0000

    configure.ac: xpp: now libusbx is the default
    
    * Fallback to old libusb-0.1 if libusbx isn't found.
    * Can force either: --{with,without}-{libusb,libusbx}
    
    Signed-off-by: Oron Peled <oron.peled at xorcom.com>
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 74f1f0b..9dc008a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -194,7 +194,7 @@ AC_ARG_WITH([libusb],
 
 # LIBUSBX tests
 have_libusbx=
-AS_IF([test "$with_libusbx" = "yes"],
+AS_IF([test "$with_libusbx" != "no"],
 	[PKG_CHECK_MODULES([LIBUSBX], [libusb-1.0],
 		[AC_CHECK_LIB([usb-1.0], [libusb_error_name],
 			[

-- 
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