From: Karl Heuer Date: Tue, 13 Jun 1995 21:44:48 +0000 (+0000) Subject: check for -lpthreads, not -lpthread. X-Git-Tag: emacs-19.34~3653 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=027dae636907b2cf293e165239375a09e52a5921;p=emacs.git check for -lpthreads, not -lpthread. --- diff --git a/configure.in b/configure.in index 4444381b24c..96afa333ca6 100644 --- a/configure.in +++ b/configure.in @@ -1132,7 +1132,7 @@ dnl AC_CHECK_LIB(resolv, gethostbyname) dnl FIXME replace main with a function we actually want from this library. AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd") -AC_CHECK_LIB(pthread, cma_open) +AC_CHECK_LIB(pthreads, cma_open) AC_MSG_CHECKING(for XFree86) if test -d /usr/X386/include; then