diff options
Diffstat (limited to 'tqtinterface/qt4/config.tests/x11/xinput.test')
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/xinput.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/config.tests/x11/xinput.test b/tqtinterface/qt4/config.tests/x11/xinput.test index d63fb7f..c8b3e08 100755 --- a/tqtinterface/qt4/config.tests/x11/xinput.test +++ b/tqtinterface/qt4/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 tqfind 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 @@ -59,7 +59,7 @@ if [ "$XINPUT" = "yes" ]; then done if [ -z "$F" ]; then XINPUT=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $I anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $I anywhere in $INCDIRS" fi done fi |