From: Richard M. Stallman Date: Sun, 15 May 1994 05:21:23 +0000 (+0000) Subject: (HAVE_X11XTR6): Add newline before #if. X-Git-Tag: emacs-19.34~8350 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=152e1c0d80024c1600d88aa55bce70167006aa2d;p=emacs.git (HAVE_X11XTR6): Add newline before #if. --- 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 ], - [#if XtSpecificationRelease < 6 + [ +#if XtSpecificationRelease < 6 fail; #endif], AC_DEFINE(HAVE_X11XTR6))