Mercurial > emacs
changeset 7503:166f360f788e
(HAVE_X11XTR6): Add newline before #if.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 15 May 1994 05:21:23 +0000 |
parents | 30ce667c8026 |
children | ab3a85c73e49 |
files | configure1.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Sat May 14 22:23:38 1994 +0000 +++ b/configure1.in Sun May 15 05:21:23 1994 +0000 @@ -1427,7 +1427,8 @@ 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))