Mercurial > emacs
changeset 12206:3645602e817f
check for -lpthreads, not -lpthread.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 13 Jun 1995 21:44:48 +0000 |
parents | 9c9efd263390 |
children | a2c1cc17593f |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Jun 13 21:43:46 1995 +0000 +++ b/configure.in Tue Jun 13 21:44:48 1995 +0000 @@ -1132,7 +1132,7 @@ 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