1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

(HAVE_X11XTR6): Add newline before #if.

This commit is contained in:
Richard M. Stallman 1994-05-15 05:21:23 +00:00
parent d0a5772821
commit 152e1c0d80

View file

@ -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))