summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2016-04-27 13:23:15 +0200
committerLars Knoll <lars.knoll@theqtcompany.com>2016-04-27 20:13:18 +0000
commit2dacdc33cfd72f104d494a806277432c63e91a66 (patch)
tree06af2af177f649985349be6d29e9957a1d2a33f8 /configure
parentfc087e6706418280c7f364b82c2fe5f46fd83ce3 (diff)
Remove unused -license option to configure
Change-Id: Icb2aabb5093ddcaef867f6fbc646cc9bf28f7f65 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index e79cca869e..56f4a5b9b4 100755
--- a/configure
+++ b/configure
@@ -773,7 +773,6 @@ CFG_HEADERSCLEAN=auto
CFG_QREAL=double
OPT_MAC_SDK=
COMMERCIAL_USER=ask
-LICENSE_FILE=
CFG_DEV=no
# initalize variables used for installation
@@ -1085,9 +1084,6 @@ while [ "$#" -gt 0 ]; do
UNKNOWN_OPT=yes
fi
;;
- license)
- LICENSE_FILE="$VAL"
- ;;
gnumake)
CFG_USE_GNUMAKE="$VAL"
;;