Mercurial > emacs
changeset 15574:dbfff58d8a2b
(check for using Lucid widgets by default):
Eliminate indentation that confuses some compilers.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 Jun 1996 07:05:55 +0000 |
parents | f4d9f4b3bc86 |
children | 6beab08ee094 |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <X11/Intrinsic.h> - #include <X11/Xaw/Simple.h>], +#include <X11/Intrinsic.h> +#include <X11/Xaw/Simple.h>], [], [AC_MSG_RESULT(5 or newer, with Xaw; use toolkit by default) USE_X_TOOLKIT=LUCID],