* configure.ac (pthread_sigmask): Look in LIB_PTHREAD too.
Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.
This commit is contained in:
parent
b4c1ce8a95
commit
acc16b66ff
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561).
|
||||
Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.
|
||||
|
||||
2014-05-29 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute,
|
||||
|
|
|
@ -3470,13 +3470,13 @@ esac
|
|||
AC_SUBST(BLESSMAIL_TARGET)
|
||||
|
||||
OLD_LIBS=$LIBS
|
||||
LIBS="$LIB_MATH $LIBS"
|
||||
LIBS="$LIB_PTHREAD $LIB_MATH $LIBS"
|
||||
AC_CHECK_FUNCS(accept4 gethostname \
|
||||
getrusage get_current_dir_name \
|
||||
lrand48 random rint \
|
||||
select getpagesize setlocale \
|
||||
getrlimit setrlimit shutdown getaddrinfo \
|
||||
strsignal setitimer \
|
||||
pthread_sigmask strsignal setitimer \
|
||||
sendto recvfrom getsockname getpeername getifaddrs freeifaddrs \
|
||||
gai_strerror sync \
|
||||
getpwent endpwent getgrent endgrent \
|
||||
|
|
Loading…
Add table
Reference in a new issue