]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_X11XTR6): Add newline before #if.
authorRichard M. Stallman <rms@gnu.org>
Sun, 15 May 1994 05:21:23 +0000 (05:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 15 May 1994 05:21:23 +0000 (05:21 +0000)
configure1.in

index 080141c1c382793ae55342804ba466fa4ed5f5ec..0b32ec9fbdae27440b152fcb8761230fd0e06807 100755 (executable)
@@ -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))