From: Richard M. Stallman Date: Tue, 19 Jan 1999 08:08:12 +0000 (+0000) Subject: Change message about HAVE_XFREE386. X-Git-Tag: emacs-20.4~828 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d4245a68cc8c00faf6704bee76821331ee0ccd4;p=emacs.git Change message about HAVE_XFREE386. --- 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") AC_CHECK_LIB(pthreads, cma_open) -AC_MSG_CHECKING(for XFree86) +AC_MSG_CHECKING(for XFree86 in /usr/X386) if test -d /usr/X386/include; then HAVE_XFREE386=yes : ${C_SWITCH_X_SITE="-I/usr/X386/include"}