From d1e3f156eebc40014c5007921e3cf1c495d77980 Mon Sep 17 00:00:00 2001 From: dockes Date: Fri, 13 Nov 2009 09:04:28 +0000 Subject: [PATCH] Israel G. Lugo: give priority to the user's PATH when looking for qmake (fixes detecting the wrong qmake when more than one exists). --- src/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure.ac b/src/configure.ac index 2378b103..ea5eb885 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -255,7 +255,7 @@ XAPIANCXXFLAGS=`$XAPIAN_CONFIG --cxxflags` # if test X$QTDIR != X ; then - PATH=$QTDIR/bin:$PATH + PATH=$PATH:$QTDIR/bin export PATH fi