2006-06-08 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Thu, 8 Jun 2006 22:07:27 +0000 (22:07 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 8 Jun 2006 22:07:27 +0000 (22:07 +0000)
* pth.m4: Add --all to pth-config invocation.

m4/ChangeLog
m4/pth.m4

index 862751af9f30d4d150e3938cb2b5b93d7236aef1..fadd952fb5eb90203e593d718d973daf137eb523 100644 (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).
index 10f64e158fe9b6f7f3aad65bbbd4614d585df5ca..b558f2827f0974137d0eb0ded4faf5dbf5cdeee9 100644 (file)
--- a/m4/pth.m4
+++ b/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