[svn] gcry - r1155 - trunk

svn author marcus cvs at cvs.gnupg.org
Thu Jun 8 13:49:39 CEST 2006


Author: marcus
Date: 2006-06-08 13:49:38 +0200 (Thu, 08 Jun 2006)
New Revision: 1155

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-04-28 13:38:40 UTC (rev 1154)
+++ trunk/ChangeLog	2006-06-08 11:49:38 UTC (rev 1155)
@@ -1,3 +1,7 @@
+2006-06-08  Marcus Brinkmann  <marcus at g10code.de>
+
+	* configure.ac (PTH_LIBS): Add --all to pth-config invocation.
+
 2006-03-14  Werner Koch  <wk at g10code.com>
 
 	* configure.ac: Check for fctnl and ftruncate.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-04-28 13:38:40 UTC (rev 1154)
+++ trunk/configure.ac	2006-06-08 11:49:38 UTC (rev 1155)
@@ -469,7 +469,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])
      AC_DEFINE(HAVE_PTH, 1,




More information about the Gnupg-commits mailing list