diff options
author | Rickard Green <[email protected]> | 2018-10-16 23:20:28 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-10-23 23:24:47 +0200 |
commit | 133830e9468e8ffeda6b8d553850a794082ad47f (patch) | |
tree | 46c00a171a86273ba6f50c110f58bee0327f20b9 /configure.in | |
parent | 71740452ead0ab57c98a7ce1d6ed24e9b8c24ab7 (diff) | |
download | otp-133830e9468e8ffeda6b8d553850a794082ad47f.tar.gz otp-133830e9468e8ffeda6b8d553850a794082ad47f.tar.bz2 otp-133830e9468e8ffeda6b8d553850a794082ad47f.zip |
Fixup development runtime dependencies
The script 'make/fixup_development_runtime_dependencies' is run at
the end of a build of development branches in order to fixup future
not yet resolved versions (<app name>-@<ticket>(:<ticket>)+@) in
'runtime_dependencies'.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 559049aca1..2a42477723 100644 --- a/configure.in +++ b/configure.in @@ -185,6 +185,10 @@ fi AC_PROG_LN_S AC_PROG_RANLIB +LM_PROG_PERL5 +if test "$ac_cv_path_PERL" = false; then + AC_MSG_ERROR([Perl version 5 is required!]) +fi # # Get erts version from erts/vsn.mk |