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>
This commit is contained in:
Oswald Buddenhagen 2013-05-28 21:40:01 +02:00 committed by The Qt Project
parent 75cdce283f
commit c3bec846ac

6
configure vendored
View File

@ -2344,12 +2344,6 @@ for e in gawk nawk awk; do
fi fi
done 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... ### skip this if the user just needs help...
if [ "$OPT_HELP" != "yes" ]; then if [ "$OPT_HELP" != "yes" ]; then