diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-05-15 05:21:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-05-15 05:21:23 +0000 |
commit | bdff946ee9e281d88be2e1d2c925ac5b971bfc5e (patch) | |
tree | bc14f5709c55286273aea498770cfc5ad2f23690 /configure1.in | |
parent | 5c1c7aaf8485755dff866c640e29b0a4114b90d3 (diff) | |
download | emacs-bdff946ee9e281d88be2e1d2c925ac5b971bfc5e.tar.gz |
(HAVE_X11XTR6): Add newline before #if.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 080141c1c38..0b32ec9fbda 100755 --- a/configure1.in +++ b/configure1.in @@ -1427,7 +1427,8 @@ fi if test "${USE_X_TOOLKIT}" != "none"; then AC_COMPILE_CHECK(X11 toolkit version, [#include <X11/Intrinsic.h>], - [#if XtSpecificationRelease < 6 + [ +#if XtSpecificationRelease < 6 fail; #endif], AC_DEFINE(HAVE_X11XTR6)) |