diff options
| author | Karl Heuer | 1995-06-09 03:09:50 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-06-09 03:09:50 +0000 |
| commit | 1d94ee2840f1b7d7820c6fb33d66f4f599f062ae (patch) | |
| tree | e3369ee623d05560ef2b42c3818b6341ff3d6f92 | |
| parent | 5221fd6372149da168d3c8fd6fc3732593b81c3a (diff) | |
| download | emacs-1d94ee2840f1b7d7820c6fb33d66f4f599f062ae.tar.gz emacs-1d94ee2840f1b7d7820c6fb33d66f4f599f062ae.zip | |
Check for -lpthread.
| -rw-r--r-- | configure.in | 2 |
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) | |||
| 1132 | dnl FIXME replace main with a function we actually want from this library. | 1132 | dnl FIXME replace main with a function we actually want from this library. |
| 1133 | AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd") | 1133 | AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd") |
| 1134 | 1134 | ||
| 1135 | AC_CHECK_LIB(pthread, cma_open) | ||
| 1136 | |||
| 1135 | AC_MSG_CHECKING(for XFree86) | 1137 | AC_MSG_CHECKING(for XFree86) |
| 1136 | if test -d /usr/X386/include; then | 1138 | if test -d /usr/X386/include; then |
| 1137 | HAVE_XFREE386=yes | 1139 | HAVE_XFREE386=yes |