From fe5890fec279b4b0e83214e0cd4599dd6fcbf595 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Sun, 16 Mar 2008 19:36:17 -0300 Subject: [PATCH] Mandriva patches to xinput. Change to src/list.c fixes a typo/oversight. Change to configure.ac required to avoid possible error in configure step due to "unquoted" version test. --- configure.ac | 2 +- src/list.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d296038..f38914f 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_PROG_CC AC_PROG_INSTALL # Checks for pkg-config packages -PKG_CHECK_MODULES(XINPUT, x11 xext xi inputproto >= 1.4) +PKG_CHECK_MODULES(XINPUT, x11 xext xi [inputproto >= 1.4]) AC_SUBST(XINPUT_CFLAGS) AC_SUBST(XINPUT_LIBS) diff --git a/src/list.c b/src/list.c index 1bdffed..4004ada 100644 --- a/src/list.c +++ b/src/list.c @@ -125,10 +125,10 @@ list(Display *display, int ret = EXIT_SUCCESS; for(loop=0; loop