$NetBSD: patch-aa,v 1.1 2006/11/13 18:12:41 wulf Exp $

--- configure.orig	2006-11-11 19:53:29.000000000 +1030
+++ configure	2006-11-11 19:54:31.000000000 +1030
@@ -32113,17 +32113,6 @@
 
 
     passed=yes
-    # Don't do gr-usrp if usrp skipped
-    # There *has* to be a better way to check if a value is in a string
-    for dir in $skipped_dirs
-    do
-	if test x$dir = xusrp; then
-	    { echo "$as_me:$LINENO: result: Component gr-usrp requires usrp, which is not being built." >&5
-echo "${ECHO_T}Component gr-usrp requires usrp, which is not being built." >&6; }
-	    passed=no
-	fi
-    done
-
 
     if test x$passed = xno; then
         skipped_dirs="$skipped_dirs gr-usrp"
