diff -Nru libgcrypt-1.4.5.orig//ltmain.sh libgcrypt-1.4.5/ltmain.sh
--- libgcrypt-1.4.5.orig//ltmain.sh	2009-04-02 11:25:35.000000000 +0200
+++ libgcrypt-1.4.5/ltmain.sh	2010-03-23 12:49:54.259300385 +0100
@@ -2126,7 +2126,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"
