diff options
Diffstat (limited to 'tqtinterface/qt4/config.tests/x11/xrender.test')
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/xrender.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/config.tests/x11/xrender.test b/tqtinterface/qt4/config.tests/x11/xrender.test index 5655299..64ccc20 100755 --- a/tqtinterface/qt4/config.tests/x11/xrender.test +++ b/tqtinterface/qt4/config.tests/x11/xrender.test @@ -39,7 +39,7 @@ for LIBDIR in $LIBDIRS; do done if [ -z "$F" ]; then XRENDER=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind XRender lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find XRender lib anywhere in $LIBDIRS" fi # check for headers @@ -58,7 +58,7 @@ if [ "$XRENDER" = "yes" ]; then if [ -z "$F" ] then XRENDER=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $INC anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $INC anywhere in $INCDIRS" fi fi |