comparison configure.in @ 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 65ec32b3b89f
children f510f75d8e4c
comparison
equal deleted inserted replaced
15573:f4d9f4b3bc86 15574:dbfff58d8a2b
1346 [ 1346 [
1347 HAVE_X11R5=no 1347 HAVE_X11R5=no
1348 AC_MSG_RESULT(before 5)]) 1348 AC_MSG_RESULT(before 5)])
1349 fi 1349 fi
1350 1350
1351 dnl Do not put whitespace before the #include statements below.
1352 dnl Older compilers (eg sunos4 cc) choke on it.
1351 if test x"${USE_X_TOOLKIT}" = xmaybe; then 1353 if 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],
1360 [AC_MSG_RESULT(before 5 or no Xaw; do not use toolkit by default) 1362 [AC_MSG_RESULT(before 5 or no Xaw; do not use toolkit by default)
1361 USE_X_TOOLKIT=none]) 1363 USE_X_TOOLKIT=none])