summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2006-06-08 11:49:38 +0000
committerMarcus Brinkmann <mb@g10code.com>2006-06-08 11:49:38 +0000
commit54c8861ff110789261ee546cc76e19c3199c2120 (patch)
treec120f02d9ee9cee2efbe474523420b0249f4e923 /configure.ac
parent83285e32be978290ec34a4883b78fbad22f6fc31 (diff)
downloadlibgcrypt-54c8861ff110789261ee546cc76e19c3199c2120.tar.gz
2006-06-08 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (PTH_LIBS): Add --all to pth-config invocation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7a7ce385..22b8a90f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -469,7 +469,7 @@ if test "$PTH_CONFIG" = "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,