mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
2006-06-08 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (PTH_LIBS): Add --all to pth-config invocation.
This commit is contained in:
parent
b61df862a7
commit
dcb7d90bc5
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user