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 | 152e1c0d80024c1600d88aa55bce70167006aa2d (patch) | |
tree | af96adbf18d4c31b5ee25c83afa0bdeca0b3beca /configure1.in | |
parent | d0a57728216e9b91f6e72efff47922bfe20c82c9 (diff) | |
download | emacs-152e1c0d80024c1600d88aa55bce70167006aa2d.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)) |