[svn] GnuPG - r4152 - branches/GNUPG-1-9-BRANCH

svn author marcus cvs at cvs.gnupg.org
Thu Jun 8 13:57:18 CEST 2006


Author: marcus
Date: 2006-06-08 13:57:18 +0200 (Thu, 08 Jun 2006)
New Revision: 4152

Modified:
   branches/GNUPG-1-9-BRANCH/ChangeLog
   branches/GNUPG-1-9-BRANCH/configure.ac
Log:
2006-06-08  Marcus Brinkmann  <marcus at g10code.de>

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


Modified: branches/GNUPG-1-9-BRANCH/ChangeLog
===================================================================
--- branches/GNUPG-1-9-BRANCH/ChangeLog	2006-05-27 02:07:05 UTC (rev 4151)
+++ branches/GNUPG-1-9-BRANCH/ChangeLog	2006-06-08 11:57:18 UTC (rev 4152)
@@ -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-24  Werner Koch  <wk at g10code.com>
 
 	* configure.ac: New option --disable-optimization taked from 1.4.3.

Modified: branches/GNUPG-1-9-BRANCH/configure.ac
===================================================================
--- branches/GNUPG-1-9-BRANCH/configure.ac	2006-05-27 02:07:05 UTC (rev 4151)
+++ branches/GNUPG-1-9-BRANCH/configure.ac	2006-06-08 11:57:18 UTC (rev 4152)
@@ -576,7 +576,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