diff options
Diffstat (limited to 'erts')
-rw-r--r-- | erts/configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/erts/configure.in b/erts/configure.in index 9e8ffd5ec5..5b604b18e8 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -26,11 +26,6 @@ AC_PREREQ(2.59) LM_PRECIOUS_VARS -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 |