summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1998-01-02 05:15:34 +0000
committerManish Singh <yosh@src.gnome.org>1998-01-02 05:15:34 +0000
commitc3a5564894bc516c0bda3a7a2821d9c19b563e1e (patch)
treee1d8ebee6e5acec01cad920d4078b0ce456598cc /configure.in
parent2b65feb5a5bcea5701fea8f08e852ed1172a3f46 (diff)
downloadgdk-pixbuf-c3a5564894bc516c0bda3a7a2821d9c19b563e1e.tar.gz
Fixed up the xinput test in configure.in
-Yosh
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4858d9078..2838ffe2e 100644
--- a/configure.in
+++ b/configure.in
@@ -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"