Fixed up the xinput test in configure.in
-Yosh
This commit is contained in:
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user