]> git.eshelyaron.com Git - emacs.git/commitdiff
(check for using Lucid widgets by default):
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Jun 1996 07:05:55 +0000 (07:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Jun 1996 07:05:55 +0000 (07:05 +0000)
Eliminate indentation that confuses some compilers.

configure.in

index 19668bff662be03c6ced6c09769ffd205db2b7f3..86887160fc6e87054343c9ae63c1d641a44a0dda 100644 (file)
@@ -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],