--- a/test/configure2 Thu May 29 21:56:46 2025 +0200
+++ b/test/configure2 Thu Oct 02 21:10:52 2025 +0200
@@ -337,7 +337,7 @@
# dependency qt4
while true
do
- if which qmake-qt4 > /dev/null ; then
+ if which qmake-qt4 > /dev/null 2>&1 ; then
:
else
break