summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-30 07:05:55 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-30 07:05:55 +0000
commitaaf61d6c4eba7717710669e579d6aa9d609aa682 (patch)
treec95744b46ef837495ec5699f25c60da60490b6f5
parent92e6c8709dfa044594d33c58b578deee242d7ea0 (diff)
downloademacs-aaf61d6c4eba7717710669e579d6aa9d609aa682.tar.gz
(check for using Lucid widgets by default):
Eliminate indentation that confuses some compilers.
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
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 <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],