Fixed up the xinput test in configure.in

-Yosh
This commit is contained in:
Manish Singh
1998-01-02 05:15:34 +00:00
parent 2b65feb5a5
commit c3a5564894
8 changed files with 15 additions and 8 deletions

View File

@ -110,7 +110,7 @@ x_ldflags="$X_LDFLAGS $X_LIBS"
# set up things for XInput
if test "x$with_xinput" = "xgxi" -o "x$with_xinput" = "xyes"; then
if test "x$with_xinput" = "xgxi" || test "x$with_xinput" = "xyes"; then
AC_DEFINE(XINPUT_GXI)
xinput_progs=gxid
x_libs="-lXi $x_libs"