diff options
| author | Richard M. Stallman | 1999-01-19 08:08:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-01-19 08:08:12 +0000 |
| commit | 5d4245a68cc8c00faf6704bee76821331ee0ccd4 (patch) | |
| tree | 0f51124723386889eb67916c5348d7f85791b1da | |
| parent | 1c445211efa0be6fc43311885ea6225cfeeac659 (diff) | |
| download | emacs-5d4245a68cc8c00faf6704bee76821331ee0ccd4.tar.gz emacs-5d4245a68cc8c00faf6704bee76821331ee0ccd4.zip | |
Change message about HAVE_XFREE386.
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b635a479750..f2ce21bbe66 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1433,7 +1433,7 @@ AC_CHECK_LIB(Xbsd, main, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd") | |||
| 1433 | 1433 | ||
| 1434 | AC_CHECK_LIB(pthreads, cma_open) | 1434 | AC_CHECK_LIB(pthreads, cma_open) |
| 1435 | 1435 | ||
| 1436 | AC_MSG_CHECKING(for XFree86) | 1436 | AC_MSG_CHECKING(for XFree86 in /usr/X386) |
| 1437 | if test -d /usr/X386/include; then | 1437 | if test -d /usr/X386/include; then |
| 1438 | HAVE_XFREE386=yes | 1438 | HAVE_XFREE386=yes |
| 1439 | : ${C_SWITCH_X_SITE="-I/usr/X386/include"} | 1439 | : ${C_SWITCH_X_SITE="-I/usr/X386/include"} |