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:
parent
d0a5772821
commit
152e1c0d80
1 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue