diff -Naur gnutls-2.8.5-orig/build-aux/ltmain.sh gnutls-2.8.5-new/build-aux/ltmain.sh
--- gnutls-2.8.5-orig/build-aux/ltmain.sh	2009-11-02 02:35:39.000000000 -0800
+++ gnutls-2.8.5-new/build-aux/ltmain.sh	2009-11-17 15:30:27.662119000 -0800
@@ -5111,7 +5111,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"
diff -Naur gnutls-2.8.5-orig/lib/build-aux/ltmain.sh gnutls-2.8.5-new/lib/build-aux/ltmain.sh
--- gnutls-2.8.5-orig/lib/build-aux/ltmain.sh	2009-11-02 02:35:03.000000000 -0800
+++ gnutls-2.8.5-new/lib/build-aux/ltmain.sh	2009-11-17 15:30:54.332686000 -0800
@@ -5111,7 +5111,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"
diff -Naur gnutls-2.8.5-orig/libextra/build-aux/ltmain.sh gnutls-2.8.5-new/libextra/build-aux/ltmain.sh
--- gnutls-2.8.5-orig/libextra/build-aux/ltmain.sh	2009-11-02 02:35:29.000000000 -0800
+++ gnutls-2.8.5-new/libextra/build-aux/ltmain.sh	2009-11-17 15:29:57.334494000 -0800
@@ -5111,7 +5111,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"
