Quote the deplibs_check method a bit harder

This makes compiling on HP-UX work.
This commit is contained in:
Daniel Richard G 2010-05-09 10:38:01 +02:00 committed by Tollef Fog Heen
parent a048ace79e
commit 0cd0d050c2

View file

@ -50,7 +50,7 @@ echo use_indirect_deps=$use_indirect_deps >&AS_MESSAGE_LOG_FD
AC_MSG_CHECKING([whether to list both direct and indirect dependencies])
case $use_indirect_deps in
auto)
deplibs_check_method=`(./libtool --config; echo eval echo \$deplibs_check_method) | sh`
deplibs_check_method=`(./libtool --config; echo eval echo '\"$deplibs_check_method\"') | sh`
if test "X$deplibs_check_method" = Xnone; then
echo "foo: $deplibs_check_method" >&AS_MESSAGE_LOG_FD
use_indirect_deps=yes