From: Karl Heuer Date: Fri, 9 Jun 1995 03:09:50 +0000 (+0000) Subject: Check for -lpthread. X-Git-Tag: emacs-19.34~3694 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d94ee2840f1b7d7820c6fb33d66f4f599f062ae;p=emacs.git Check for -lpthread. --- diff --git a/configure.in b/configure.in index 95ea874536a..4444381b24c 100644 --- a/configure.in +++ b/configure.in @@ -1132,6 +1132,8 @@ 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_MSG_CHECKING(for XFree86) if test -d /usr/X386/include; then HAVE_XFREE386=yes