2006-06-08 Marcus Brinkmann <marcus@g10code.de>

* pth.m4: Add --all to pth-config invocation.
This commit is contained in:
Marcus Brinkmann 2006-06-08 22:07:27 +00:00
parent b3755b31b1
commit 5cf7a6a526
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-06-08 Marcus Brinkmann <marcus@g10code.de>
* pth.m4: Add --all to pth-config invocation.
2006-02-22 Marcus Brinkmann <marcus@g10code.de>
* pth.m4: Fix code generation (required for Max OS X).

View File

@ -121,7 +121,7 @@ if test ".$with_pth" != .no; then
_pth_cppflags=`pth-config --cflags`
_pth_cflags=`pth-config --cflags`
_pth_ldflags=`pth-config --ldflags`
_pth_libs=`pth-config --libs`
_pth_libs=`pth-config --libs --all`
fi
elif test -d "$with_pth"; then
with_pth=`echo $with_pth | sed -e 's;/*$;;'`
@ -162,7 +162,7 @@ if test ".$with_pth" != .no; then
_pth_cppflags=`$_dir/pth-config --cflags`
_pth_cflags=`$_dir/pth-config --cflags`
_pth_ldflags=`$_dir/pth-config --ldflags`
_pth_libs=`$_dir/pth-config --libs`
_pth_libs=`$_dir/pth-config --libs --all`
_pth_found=yes
break
fi