# HG changeset patch # User Richard M. Stallman # Date 768979283 0 # Node ID 166f360f788ecacb138589979daa7437d4db02fe # Parent 30ce667c80264b081ada170a6fdd637538d98b4f (HAVE_X11XTR6): Add newline before #if. diff -r 30ce667c8026 -r 166f360f788e configure1.in --- 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 ], - [#if XtSpecificationRelease < 6 + [ +#if XtSpecificationRelease < 6 fail; #endif], AC_DEFINE(HAVE_X11XTR6))