]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (pthread_sigmask): Look in LIB_PTHREAD too.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 May 2014 23:13:32 +0000 (16:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 May 2014 23:13:32 +0000 (16:13 -0700)
Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.

ChangeLog
configure.ac

index 0a3f5ffde16d46e7095e5b2bf45c17622379ad7e..b6af29d19c1fa8a4356784e08145f976a946e30b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
index c9c9363cad2237a75cc8010732fc4f87fa4d0c59..e9f5099becd0e495662e2d15de3b3959edede88e 100644 (file)
@@ -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 \