Fix build breakage on non-X11

AM_CONDITIONALs need to be seen in all code paths. The one for
XINPUT_NONE was only in the X11 if branch. But as that Automake
confitional wasn't used in any Makefile.am anyway, just drop the
AM_CONDITIONAL.
This commit is contained in:
Tor Lillqvist 2010-06-09 10:52:11 +03:00
parent b618ca8923
commit cd23f1e080

View File

@ -1574,7 +1574,6 @@ if test "x$gdktarget" = "xx11"; then
[Define to 1 if no XInput should be used])
fi
AM_CONDITIONAL(XINPUT_NONE, test "x$with_xinput" = "xno")
AM_CONDITIONAL(XINPUT_XFREE, test "x$with_xinput" != "xno")
AM_CONDITIONAL(XINPUT_2, test "x$have_xinput2" = "xyes")