(HAVE_X11XTR6): Add newline before #if.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user