aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-30 07:05:55 +0000
committerRichard M. Stallman1996-06-30 07:05:55 +0000
commitbce97856eb9982414bc9bdea3a6b3d6aee334414 (patch)
tree9313410e8298855c958614538f95a5fd3ca6213e
parent1dd598507b11c6d6a58d07fbdc9ec176b18127cc (diff)
downloademacs-bce97856eb9982414bc9bdea3a6b3d6aee334414.tar.gz
emacs-bce97856eb9982414bc9bdea3a6b3d6aee334414.zip
(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;
1348 AC_MSG_RESULT(before 5)]) 1348 AC_MSG_RESULT(before 5)])
1349fi 1349fi
1350 1350
1351dnl Do not put whitespace before the #include statements below.
1352dnl Older compilers (eg sunos4 cc) choke on it.
1351if test x"${USE_X_TOOLKIT}" = xmaybe; then 1353if test x"${USE_X_TOOLKIT}" = xmaybe; then
1352 if test x"${HAVE_X11R5}" = xyes; then 1354 if test x"${HAVE_X11R5}" = xyes; then
1353 AC_MSG_CHECKING(X11 version 5 with Xaw) 1355 AC_MSG_CHECKING(X11 version 5 with Xaw)
1354 AC_TRY_LINK([ 1356 AC_TRY_LINK([
1355 #include <X11/Intrinsic.h> 1357#include <X11/Intrinsic.h>
1356 #include <X11/Xaw/Simple.h>], 1358#include <X11/Xaw/Simple.h>],
1357 [], 1359 [],
1358 [AC_MSG_RESULT(5 or newer, with Xaw; use toolkit by default) 1360 [AC_MSG_RESULT(5 or newer, with Xaw; use toolkit by default)
1359 USE_X_TOOLKIT=LUCID], 1361 USE_X_TOOLKIT=LUCID],