summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/config.tests/x11/opengl.test
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/config.tests/x11/opengl.test')
-rwxr-xr-xexperimental/tqtinterface/qt4/config.tests/x11/opengl.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/config.tests/x11/opengl.test b/experimental/tqtinterface/qt4/config.tests/x11/opengl.test
index 463df620c..328a7a8b6 100755
--- a/experimental/tqtinterface/qt4/config.tests/x11/opengl.test
+++ b/experimental/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