diff -Naur bluez-4.56-orig/ltmain.sh bluez-4.56-new/ltmain.sh
--- bluez-4.56-orig/ltmain.sh	2009-10-09 21:18:23.000000000 -0700
+++ bluez-4.56-new/ltmain.sh	2009-12-07 17:20:08.625639000 -0800
@@ -5108,7 +5108,7 @@
 	      fi
 	    done
 	  done
-	  if test "$found" != yes; then
+	  if test "$found" != yes || true; then
 	    # deplib doesn't seem to be a libtool library
 	    if test "$linkmode,$pass" = "prog,link"; then
 	      compile_deplibs="$deplib $compile_deplibs"
