]> Pileus Git - ~andy/gtk/commitdiff
Fixed up the xinput test in configure.in
authorManish Singh <yosh@src.gnome.org>
Fri, 2 Jan 1998 05:15:34 +0000 (05:15 +0000)
committerManish Singh <yosh@src.gnome.org>
Fri, 2 Jan 1998 05:15:34 +0000 (05:15 +0000)
-Yosh

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 86fb275e82c3bc399eca06bb0deaf78a94ab245d..7406c9631a263bae295360f0ba6f0c960484d6ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 86fb275e82c3bc399eca06bb0deaf78a94ab245d..7406c9631a263bae295360f0ba6f0c960484d6ef 100644 (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>
index 86fb275e82c3bc399eca06bb0deaf78a94ab245d..7406c9631a263bae295360f0ba6f0c960484d6ef 100644 (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>
index 86fb275e82c3bc399eca06bb0deaf78a94ab245d..7406c9631a263bae295360f0ba6f0c960484d6ef 100644 (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>
index 86fb275e82c3bc399eca06bb0deaf78a94ab245d..7406c9631a263bae295360f0ba6f0c960484d6ef 100644 (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>
index 86fb275e82c3bc399eca06bb0deaf78a94ab245d..7406c9631a263bae295360f0ba6f0c960484d6ef 100644 (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>
index 86fb275e82c3bc399eca06bb0deaf78a94ab245d..7406c9631a263bae295360f0ba6f0c960484d6ef 100644 (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>
index 4858d9078aa164303676b02010912617cf796119..2838ffe2eabdf9e0fb2e1a6086de8717e091857a 100644 (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"