]> git.eshelyaron.com Git - emacs.git/commitdiff
Change message about HAVE_XFREE386.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Jan 1999 08:08:12 +0000 (08:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Jan 1999 08:08:12 +0000 (08:08 +0000)
configure.in

index b635a4797502b218dc06f5a8b140ec74cb3fe618..f2ce21bbe66f6fb6ce2ce9116887378b6479d107 100644 (file)
@@ -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"}