[Pkg-voip-commits] [pjproject] 03/18: Remove pointless linking with	libasound
    Bernhard Schmidt 
    berni at moszumanska.debian.org
       
    Tue Nov  1 22:12:01 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
berni pushed a commit to branch master
in repository pjproject.
commit a72a834f0f206f99c29bdd05c62a5b46f1d5a302
Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Thu Oct 30 08:09:41 2014 +0200
    Remove pointless linking with libasound
    
    Upstream: no
    
    All libraries and applications were being linked against libasound,
    but it was not being used anywhere.
    
    Upstream says: this cannot be merged as-is.
---
 aconfigure.ac | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/aconfigure.ac b/aconfigure.ac
index 3c80efa..851b13d 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -684,9 +684,7 @@ else
 	dnl # Check if ALSA is available
 	ac_pjmedia_snd=alsa
 	AC_SUBST(ac_pa_use_alsa,1)
-	AC_CHECK_HEADER(alsa/version.h,
-			[LIBS="$LIBS -lasound"],
-		        [ac_pa_use_alsa=0])
+	AC_CHECK_HEADER(alsa/version.h, [], [ac_pa_use_alsa=0])
 	AC_MSG_RESULT([Checking sound device backend... unix])
 
 	dnl # Check if OSS is disabled
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/pjproject.git
    
    
More information about the Pkg-voip-commits
mailing list