[svn] gpgme - r1171 - trunk/m4
svn author marcus
cvs at cvs.gnupg.org
Fri Jun 9 00:07:27 CEST 2006
Author: marcus
Date: 2006-06-09 00:07:27 +0200 (Fri, 09 Jun 2006)
New Revision: 1171
Modified:
trunk/m4/ChangeLog
trunk/m4/pth.m4
Log:
2006-06-08 Marcus Brinkmann <marcus at g10code.de>
* pth.m4: Add --all to pth-config invocation.
Modified: trunk/m4/ChangeLog
===================================================================
--- trunk/m4/ChangeLog 2006-03-06 10:33:57 UTC (rev 1170)
+++ trunk/m4/ChangeLog 2006-06-08 22:07:27 UTC (rev 1171)
@@ -1,3 +1,7 @@
+2006-06-08 Marcus Brinkmann <marcus at g10code.de>
+
+ * pth.m4: Add --all to pth-config invocation.
+
2006-02-22 Marcus Brinkmann <marcus at g10code.de>
* pth.m4: Fix code generation (required for Max OS X).
Modified: trunk/m4/pth.m4
===================================================================
--- trunk/m4/pth.m4 2006-03-06 10:33:57 UTC (rev 1170)
+++ trunk/m4/pth.m4 2006-06-08 22:07:27 UTC (rev 1171)
@@ -121,7 +121,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;/*$;;'`
@@ -162,7 +162,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
More information about the Gnupg-commits
mailing list