summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2006-06-08 13:57:18 +0200
committerMarcus Brinkmann <mb@g10code.com>2006-06-08 13:57:18 +0200
commitdcb7d90bc556927d019d3a8bfd749e8267320545 (patch)
treef1dcc508deb8be2d4b15b05ef5381d3ff8d3e047
parentStill making gpg2 work. (diff)
downloadgnupg2-dcb7d90bc556927d019d3a8bfd749e8267320545.tar.xz
gnupg2-dcb7d90bc556927d019d3a8bfd749e8267320545.zip
2006-06-08 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (PTH_LIBS): Add --all to pth-config invocation.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e61658c70..d62732c8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-08 Marcus Brinkmann <marcus@g10code.de>
+
+ * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
+
2006-05-24 Werner Koch <wk@g10code.com>
* configure.ac: New option --disable-optimization taked from 1.4.3.
diff --git a/configure.ac b/configure.ac
index b1b432a75..f3066a0a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -576,7 +576,7 @@ if test "$have_w32_system" = no; then
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,