$NetBSD$

Arbitrary strings should not be passed to "eval".

--- configure.orig	2010-05-28 15:55:57.000000000 +0000
+++ configure
@@ -11167,7 +11167,7 @@ echo use_indirect_deps=$use_indirect_dep
 $as_echo_n "checking whether to list both direct and indirect dependencies... " >&6; }
 case $use_indirect_deps in
   auto)
-    deplibs_check_method=`(./libtool --config; echo eval echo '\"$deplibs_check_method\"') | sh`
+    deplibs_check_method=`(./libtool --config; echo '\"$deplibs_check_method\"') | sh`
     if test "X$deplibs_check_method" = Xnone; then
     echo "foo: $deplibs_check_method" >&5
       use_indirect_deps=yes
