summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-05-28 21:40:01 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-30 09:56:03 +0200
commitc3bec846ac89bb79fbdfa5e2bedb3495b0055b09 (patch)
tree4ac2936c583455371b8d0b1eb417e0324a0c6728 /configure
parent75cdce283f03fb26a34750bc075f62e8bc35232a (diff)
remove bizarre perl detection magic
the code makes no sense, and was added with the QNX port without comment. there is already a detection a few lines up. Change-Id: I18ec18604c37c7c42f2649a658dd22324d481dd3 Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com> Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index d11a50554f..079f2e7415 100755
--- a/configure
+++ b/configure
@@ -2344,12 +2344,6 @@ for e in gawk nawk awk; do
fi
done
-# find perl
-PERL="/usr/bin/perl"
-if "$WHICH" perl >/dev/null 2>&1 && ( perl /dev/null ) >/dev/null 2>&1; then
- PERL=`$WHICH perl`
-fi
-
### skip this if the user just needs help...
if [ "$OPT_HELP" != "yes" ]; then