diff options
author | Rickard Green <[email protected]> | 2018-06-20 17:43:56 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-08-21 17:24:38 +0200 |
commit | d4b456742b8bdab6222008ffd20e3d086b646e3f (patch) | |
tree | 8651371448b705351cff2e44dfe02f6bf2a7b04d /lib/megaco | |
parent | 5eb18343591f69998099bd424362faa9d5a6a2e1 (diff) | |
download | otp-d4b456742b8bdab6222008ffd20e3d086b646e3f.tar.gz otp-d4b456742b8bdab6222008ffd20e3d086b646e3f.tar.bz2 otp-d4b456742b8bdab6222008ffd20e3d086b646e3f.zip |
Parallel configure
Diffstat (limited to 'lib/megaco')
-rw-r--r-- | lib/megaco/configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/megaco/configure.in b/lib/megaco/configure.in index eaa875d0a3..97314a6ba2 100644 --- a/lib/megaco/configure.in +++ b/lib/megaco/configure.in @@ -22,10 +22,6 @@ dnl dnl define([AC_CACHE_LOAD], )dnl dnl define([AC_CACHE_SAVE], )dnl -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 AC_INIT(vsn.mk) |