diff options
Diffstat (limited to 'tqtinterface/qt4/config.tests/x11/opengl.test')
-rwxr-xr-x | tqtinterface/qt4/config.tests/x11/opengl.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/config.tests/x11/opengl.test b/tqtinterface/qt4/config.tests/x11/opengl.test index 463df62..328a7a8 100755 --- a/tqtinterface/qt4/config.tests/x11/opengl.test +++ b/tqtinterface/qt4/config.tests/x11/opengl.test @@ -63,7 +63,7 @@ for L in $LIBS; do echo "The Qt OpenGL module requires Qt to be configured with -thread." echo else - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $L lib anywhere in $LIBDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $L lib anywhere in $LIBDIRS" fi break fi @@ -87,7 +87,7 @@ if [ "$OPENGL" = "yes" ]; then done if [ -z "$F" ]; then OPENGL=no - [ "$VERBOSE" = "yes" ] && echo " Could not tqfind $I anywhere in $INCDIRS" + [ "$VERBOSE" = "yes" ] && echo " Could not find $I anywhere in $INCDIRS" break fi done |