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

@ -1,5 +1,6 @@
Thu Jan 1 19:43:45 PST 1998 Manish Singh <yosh@gimp.org>
Thu Jan 1 21:21:56 PST 1998 Manish Singh <yosh@gimp.org>
* configure.in: fixed up the xinput test
* Miscellaneous portability fixes.
Mon Dec 29 22:05:45 1997 Miguel de Icaza <miguel@nuclecu.unam.mx>

View File

@ -1,5 +1,6 @@
Thu Jan 1 19:43:45 PST 1998 Manish Singh <yosh@gimp.org>
Thu Jan 1 21:21:56 PST 1998 Manish Singh <yosh@gimp.org>
* configure.in: fixed up the xinput test
* Miscellaneous portability fixes.
Mon Dec 29 22:05:45 1997 Miguel de Icaza <miguel@nuclecu.unam.mx>

View File

@ -1,5 +1,6 @@
Thu Jan 1 19:43:45 PST 1998 Manish Singh <yosh@gimp.org>
Thu Jan 1 21:21:56 PST 1998 Manish Singh <yosh@gimp.org>
* configure.in: fixed up the xinput test
* Miscellaneous portability fixes.
Mon Dec 29 22:05:45 1997 Miguel de Icaza <miguel@nuclecu.unam.mx>

View File

@ -1,5 +1,6 @@
Thu Jan 1 19:43:45 PST 1998 Manish Singh <yosh@gimp.org>
Thu Jan 1 21:21:56 PST 1998 Manish Singh <yosh@gimp.org>
* configure.in: fixed up the xinput test
* Miscellaneous portability fixes.
Mon Dec 29 22:05:45 1997 Miguel de Icaza <miguel@nuclecu.unam.mx>

View File

@ -1,5 +1,6 @@
Thu Jan 1 19:43:45 PST 1998 Manish Singh <yosh@gimp.org>
Thu Jan 1 21:21:56 PST 1998 Manish Singh <yosh@gimp.org>
* configure.in: fixed up the xinput test
* Miscellaneous portability fixes.
Mon Dec 29 22:05:45 1997 Miguel de Icaza <miguel@nuclecu.unam.mx>

View File

@ -1,5 +1,6 @@
Thu Jan 1 19:43:45 PST 1998 Manish Singh <yosh@gimp.org>
Thu Jan 1 21:21:56 PST 1998 Manish Singh <yosh@gimp.org>
* configure.in: fixed up the xinput test
* Miscellaneous portability fixes.
Mon Dec 29 22:05:45 1997 Miguel de Icaza <miguel@nuclecu.unam.mx>

View File

@ -1,5 +1,6 @@
Thu Jan 1 19:43:45 PST 1998 Manish Singh <yosh@gimp.org>
Thu Jan 1 21:21:56 PST 1998 Manish Singh <yosh@gimp.org>
* configure.in: fixed up the xinput test
* Miscellaneous portability fixes.
Mon Dec 29 22:05:45 1997 Miguel de Icaza <miguel@nuclecu.unam.mx>

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"