aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-06-09 03:09:50 +0000
committerKarl Heuer1995-06-09 03:09:50 +0000
commit1d94ee2840f1b7d7820c6fb33d66f4f599f062ae (patch)
treee3369ee623d05560ef2b42c3818b6341ff3d6f92
parent5221fd6372149da168d3c8fd6fc3732593b81c3a (diff)
downloademacs-1d94ee2840f1b7d7820c6fb33d66f4f599f062ae.tar.gz
emacs-1d94ee2840f1b7d7820c6fb33d66f4f599f062ae.zip
Check for -lpthread.
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
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)
1132dnl FIXME replace main with a function we actually want from this library. 1132dnl FIXME replace main with a function we actually want from this library.
1133AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd") 1133AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")
1134 1134
1135AC_CHECK_LIB(pthread, cma_open)
1136
1135AC_MSG_CHECKING(for XFree86) 1137AC_MSG_CHECKING(for XFree86)
1136if test -d /usr/X386/include; then 1138if test -d /usr/X386/include; then
1137 HAVE_XFREE386=yes 1139 HAVE_XFREE386=yes