diff options
Diffstat (limited to 'trunk/m4/pth.m4')
-rw-r--r-- | trunk/m4/pth.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/m4/pth.m4 b/trunk/m4/pth.m4 index 10f64e15..b558f282 100644 --- a/trunk/m4/pth.m4 +++ b/trunk/m4/pth.m4 @@ -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 |