From a4b07840c6058aaed534b92e6a87dd4ba59ef26f Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Wed, 15 Jun 2011 12:42:11 +0000
Subject: [PATCH] revert patch for testing qttestdir as it does not work.

git-svn-id: http://root.cern.ch/svn/root/trunk@39746 27541ba8-7e3a-0410-8455-c3a389f83636
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index ece5e58b2c8..97dab542223 100755
--- a/configure
+++ b/configure
@@ -2906,7 +2906,7 @@ if test ! "x$enable_qt" = "xno" || \
         qtverneed="4.3.0"
         qttoonew="5.0.0"
         qttestdir=$qtmainincdir/../src/corelib/global
-        if test -d $qttestdir ; then
+        if test ! -d $qttestdir ; then
             qttestdir=$qtmainincdir/Qt
         fi
         check_qtvers "$qttestdir" $qtverneed $qttoonew
-- 
GitLab