From e37e24181bafe0fe84f2491a2c47d7fd7e2d2275 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Fri, 10 Jul 2020 15:40:42 +0900 Subject: Fix to display verbose message in some config tests Signed-off-by: OBATA Akio --- config.tests/x11/xinput.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.tests/x11') diff --git a/config.tests/x11/xinput.test b/config.tests/x11/xinput.test index c8b3e08d..c31388bd 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 -- cgit v1.2.1