diff options
Diffstat (limited to 'config.tests/x11/xinput.test')
-rwxr-xr-x | config.tests/x11/xinput.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/x11/xinput.test b/config.tests/x11/xinput.test index c8b3e08dc..c31388bd1 100755 --- a/config.tests/x11/xinput.test +++ b/config.tests/x11/xinput.test @@ -39,7 +39,7 @@ for LIBDIR in $LIBDIRS; do done if [ -z "$F" ]; then XINPUT=no - [ "VERBOSE" = "yes" ] && echo " Could not find XInput lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find XInput lib anywhere in $LIBDIRS" fi # check for XInput.h and the IRIX wacom.h |