* m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK):
AC_LINK_IFELSE, not AC_COMPILE_IFELSE.
+2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
+
+ pthread_sigmask: fix typo when testing for libraries
+ * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK):
+ AC_LINK_IFELSE, not AC_COMPILE_IFELSE.
+
2011-07-08 Eric Blake <eblake@redhat.com>
fts: introduce FTS_NOATIME
-# pthread_sigmask.m4 serial 5
+# pthread_sigmask.m4 serial 6
dnl Copyright (C) 2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
[gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD],
[gl_save_LIBS="$LIBS"
LIBS="$LIBS $LIBMULTITHREAD"
- AC_COMPILE_IFELSE(
+ AC_LINK_IFELSE(
[AC_LANG_PROGRAM(
[[#include <pthread.h>
#include <signal.h>