aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2014-05-29 16:13:32 -0700
committerPaul Eggert <[email protected]>2014-05-29 16:13:32 -0700
commitacc16b66ffe8e3b0f3568c5ae2e3bf0dff2bc2fa (patch)
tree40531c397e4cb16ec513b183470b834d0fda58f3 /configure.ac
parentb4c1ce8a95e03cb306c31ffc4beb70476cb8f575 (diff)
* configure.ac (pthread_sigmask): Look in LIB_PTHREAD too.
Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c9c9363cad..e9f5099bec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 \