[svn] dirmngr - r225 - trunk

svn author marcus cvs at cvs.gnupg.org
Thu Jun 8 13:47:56 CEST 2006


Author: marcus
Date: 2006-06-08 13:47:56 +0200 (Thu, 08 Jun 2006)
New Revision: 225

Modified:
   trunk/ChangeLog
   trunk/configure.ac
Log:
2006-06-08  Marcus Brinkmann  <marcus at g10code.de>

	* configure.ac (PTH_LIBS): Add --all to pth-config invocation.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-05-16 10:38:37 UTC (rev 224)
+++ trunk/ChangeLog	2006-06-08 11:47:56 UTC (rev 225)
@@ -1,3 +1,7 @@
+2006-06-08  Marcus Brinkmann  <marcus at g10code.de>
+
+	* configure.ac (PTH_LIBS): Add --all to pth-config invocation.
+
 2006-05-16  Werner Koch  <wk at g10code.com>
 
 	Released 0.9.4.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-05-16 10:38:37 UTC (rev 224)
+++ trunk/configure.ac	2006-06-08 11:47:56 UTC (rev 225)
@@ -200,7 +200,7 @@
       if test $have_pth = yes; then      
         PTH_CFLAGS=`$PTH_CONFIG --cflags`
         PTH_LIBS=`$PTH_CONFIG --ldflags`
-        PTH_LIBS="$PTH_LIBS `$PTH_CONFIG --libs`"
+        PTH_LIBS="$PTH_LIBS `$PTH_CONFIG --libs --all`"
         AC_DEFINE(USE_GNU_PTH, 1,
                   [Defined if the GNU Portable Thread Library should be used])
       fi




More information about the Gnupg-commits mailing list