diff options
author | Rickard Green <[email protected]> | 2018-08-21 17:51:52 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-08-21 17:51:52 +0200 |
commit | 1b9aae1a5dd812933543615c3c25bd3321ec4061 (patch) | |
tree | e952aa3178dc721300d6d1dc2a7db563c24b7f68 /lib/erl_interface | |
parent | 9672921fb8afd82cbb449b3a57f2c2f0b4b0e975 (diff) | |
parent | d4b456742b8bdab6222008ffd20e3d086b646e3f (diff) | |
download | otp-1b9aae1a5dd812933543615c3c25bd3321ec4061.tar.gz otp-1b9aae1a5dd812933543615c3c25bd3321ec4061.tar.bz2 otp-1b9aae1a5dd812933543615c3c25bd3321ec4061.zip |
Merge branch 'rickard/parallel-configure/OTP-14625'
* rickard/parallel-configure/OTP-14625:
Parallel configure
Remove undocumented and unused lazy configure
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/erl_interface/configure.in b/lib/erl_interface/configure.in index a155ceef7e..46dd995289 100644 --- a/lib/erl_interface/configure.in +++ b/lib/erl_interface/configure.in @@ -29,11 +29,6 @@ dnl m4_define(EI_VERSION,regexp(m4_include(VERSION),[version \([-.0-9A-Za-z]+\)] AC_INIT() -if test "x$no_recursion" != "xyes" -a "x$OVERRIDE_CONFIG_CACHE" = "x"; then - # We do not want to use a common cache! - cache_file=/dev/null -fi - dnl How to set srcdir absolute is taken from the GNU Emacs distribution #### Make srcdir absolute, if it isn't already. It's important to #### avoid running the path through pwd unnecessary, since pwd can |