diff options
Diffstat (limited to 'tqtinterface/qt4/config.tests/unix/checkavail')
-rwxr-xr-x | tqtinterface/qt4/config.tests/unix/checkavail | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/config.tests/unix/checkavail b/tqtinterface/qt4/config.tests/unix/checkavail index 1dd59c9..43cec94 100755 --- a/tqtinterface/qt4/config.tests/unix/checkavail +++ b/tqtinterface/qt4/config.tests/unix/checkavail @@ -69,7 +69,7 @@ do SUCCESS=no if [ "$VERBOSE" = "yes" ] then - echo " Could not tqfind $LIBNAME anywhere in $LIBDIRS" + echo " Could not find $LIBNAME anywhere in $LIBDIRS" fi break fi @@ -99,7 +99,7 @@ then SUCCESS=no if [ "$VERBOSE" = "yes" ] then - echo " Could not tqfind $INCLUDE anywhere in $INCLUDEDIRS" + echo " Could not find $INCLUDE anywhere in $INCLUDEDIRS" fi break fi |