mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-12 23:00:47 +02:00
Quote the deplibs_check method a bit harder
This makes compiling on HP-UX work.
This commit is contained in:
parent
a048ace79e
commit
0cd0d050c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue