Index: /trunk/configure
===================================================================
--- /trunk/configure	(revision 57938)
+++ /trunk/configure	(revision 57939)
@@ -1509,8 +1509,5 @@
       if which_wrapper pkg-config > /dev/null; then
         qt4_ver=`pkg-config QtCore --modversion 2>> $LOG`
-        if [ $? -ne 0 ]; then
-          log_failure "QtCore not found"
-          fail
-        else
+        if [ $? -eq 0 ]; then
           FLGQT4=`pkg-config QtCore --cflags`
           INCQT4=`strip_I "$FLGQT4"`
