summaryrefslogtreecommitdiffstats
path: root/m4/gnupg-pth.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/gnupg-pth.m4')
-rw-r--r--m4/gnupg-pth.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gnupg-pth.m4 b/m4/gnupg-pth.m4
index 4afdcc402..759ba8038 100644
--- a/m4/gnupg-pth.m4
+++ b/m4/gnupg-pth.m4
@@ -53,7 +53,7 @@ AC_DEFUN([GNUPG_PTH_VERSION_CHECK],
_gnupg_pth_save_libs=$LIBS
CFLAGS="$CFLAGS `$PTH_CONFIG --cflags`"
LDFLAGS="$LDFLAGS `$PTH_CONFIG --ldflags`"
- LIBS="$LIBS `$PTH_CONFIG --libs`"
+ LIBS="$LIBS `$PTH_CONFIG --libs --all`"
AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <pth.h>
],
[[ pth_init ();]])],