summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-03-10 19:18:39 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-03-10 19:18:39 (GMT)
commit6913c67ff1f9f20a71333f78cacd87a9e0c7756f (patch)
tree7e82897bfe186babadae12752e8bea86fc94ff01 /configure
parent5014a10d18ef2d499f7ca3673dc5f7df51b8cd90 (diff)
downloadDoxygen-6913c67ff1f9f20a71333f78cacd87a9e0c7756f.zip
Doxygen-6913c67ff1f9f20a71333f78cacd87a9e0c7756f.tar.gz
Doxygen-6913c67ff1f9f20a71333f78cacd87a9e0c7756f.tar.bz2
Patch fixing a typo in Pull Request 307
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c7040be..8d9f1bb 100755
--- a/configure
+++ b/configure
@@ -363,7 +363,7 @@ if test "$f_wizard" = YES; then
echo " QTDIR environment variable not set!"
printf " Checking for Qt..."
for d in /usr/{lib,share,qt}/{qt-4,qt4,qt,qt*,4} /usr; do
- for e in qmake gmake-qt4; do
+ for e in qmake qmake-qt4; do
if test -x "$d/bin/$e"; then
QTDIR=$d
QMAKEEXE=$e
@@ -372,7 +372,7 @@ if test "$f_wizard" = YES; then
done
done
else
- for e in qmake gmake-qt4; do
+ for e in qmake qmake-qt4; do
if test -x "$QTDIR/bin/$e"; then
if test -e "$QTDIR/bin/$e"; then
printf " Detected Qt via the QTDIR environment variable..."