ossp-pkg/pth/pth.m4 1.16 -> 1.17
--- pth.m4 2005/02/18 20:36:48 1.16
+++ pth.m4 2006/06/08 17:48:23 1.17
@@ -120,7 +120,7 @@
_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;/*$;;'`
@@ -161,7 +161,7 @@
_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
|
|