# HG changeset patch # User Richard M. Stallman # Date 836118355 0 # Node ID dbfff58d8a2baff082109fe43a5f495dde1cc101 # Parent f4d9f4b3bc86cc6b8c67fba8d7ad17f0630fb927 (check for using Lucid widgets by default): Eliminate indentation that confuses some compilers. diff -r f4d9f4b3bc86 -r dbfff58d8a2b configure.in --- a/configure.in Sun Jun 30 00:22:27 1996 +0000 +++ b/configure.in Sun Jun 30 07:05:55 1996 +0000 @@ -1348,12 +1348,14 @@ 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],