configure: check for perl
Though not (currently) required this tests for perl in all configurations. Fixes issue #671 Change-Id: Ibe1e72db74bb4cf3252b73c68ff1dfc2ecfc902b
This commit is contained in:
parent
be647f7b83
commit
14be7ba640
4
configure
vendored
4
configure
vendored
@ -160,6 +160,10 @@ for t in ${all_targets}; do
|
||||
[ -f ${source_path}/${t}.mk ] && enable_feature ${t}
|
||||
done
|
||||
|
||||
if ! perl --version >/dev/null; then
|
||||
die "Perl is required to build"
|
||||
fi
|
||||
|
||||
# check installed doxygen version
|
||||
doxy_version=$(doxygen --version 2>/dev/null)
|
||||
doxy_major=${doxy_version%%.*}
|
||||
|
Loading…
Reference in New Issue
Block a user