From: Richard M. Stallman Date: Sun, 30 Jun 1996 07:05:55 +0000 (+0000) Subject: (check for using Lucid widgets by default): X-Git-Tag: emacs-19.34~288 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bce97856eb9982414bc9bdea3a6b3d6aee334414;p=emacs.git (check for using Lucid widgets by default): Eliminate indentation that confuses some compilers. --- diff --git a/configure.in b/configure.in index 19668bff662..86887160fc6 100644 --- a/configure.in +++ b/configure.in @@ -1348,12 +1348,14 @@ fail; AC_MSG_RESULT(before 5)]) fi +dnl Do not put whitespace before the #include statements below. +dnl Older compilers (eg sunos4 cc) choke on it. if test x"${USE_X_TOOLKIT}" = xmaybe; then if test x"${HAVE_X11R5}" = xyes; then AC_MSG_CHECKING(X11 version 5 with Xaw) AC_TRY_LINK([ - #include - #include ], +#include +#include ], [], [AC_MSG_RESULT(5 or newer, with Xaw; use toolkit by default) USE_X_TOOLKIT=LUCID],