summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@theqtcompany.com>2015-07-15 09:44:42 +0200
committerDavid Schulz <david.schulz@theqtcompany.com>2015-08-11 11:57:25 +0000
commitb8c57e5fb1fa94f4bb3c7f4875e4d7a77937e2aa (patch)
treeea25cfb8f2e3baad5052e9137bcd5a490ee38c06 /configure
parentd44ca1ed0b70a64113cce270d4dad45a1fef7235 (diff)
configure: Remove unused variable.
Change-Id: I66563d363137628eedcb13b5276ed2b9e32534e6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 472fb02dbc..00588445be 100755
--- a/configure
+++ b/configure
@@ -3636,9 +3636,6 @@ if [ -z "$QT_INSTALL_PREFIX" ]; then
else
QT_INSTALL_PREFIX="/usr/local/Qt-${QT_VERSION}" # the default install prefix is /usr/local/Qt-$QT_VERSION
fi
- HAVE_INSTALL_PATH=false
-else
- HAVE_INSTALL_PATH=true
fi
QT_INSTALL_PREFIX=`makeabs "$QT_INSTALL_PREFIX"`