Mercurial > emacs
changeset 12165:8af89090767b
Check for -lpthread.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 09 Jun 1995 03:09:50 +0000 |
parents | f40837862599 |
children | 4ef1d241407c |
files | configure.in |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Fri Jun 09 03:05:13 1995 +0000 +++ b/configure.in Fri Jun 09 03:09:50 1995 +0000 @@ -1132,6 +1132,8 @@ 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