aboutsummaryrefslogtreecommitdiffstats
path: root/lib/odbc
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-08-21 17:51:52 +0200
committerRickard Green <[email protected]>2018-08-21 17:51:52 +0200
commit1b9aae1a5dd812933543615c3c25bd3321ec4061 (patch)
treee952aa3178dc721300d6d1dc2a7db563c24b7f68 /lib/odbc
parent9672921fb8afd82cbb449b3a57f2c2f0b4b0e975 (diff)
parentd4b456742b8bdab6222008ffd20e3d086b646e3f (diff)
downloadotp-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/odbc')
-rw-r--r--lib/odbc/configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/odbc/configure.in b/lib/odbc/configure.in
index 2dec6e5abf..c5cf2786ca 100644
--- a/lib/odbc/configure.in
+++ b/lib/odbc/configure.in
@@ -21,12 +21,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
-
-
dnl Process this file with autoconf to produce a configure script.
AC_INIT(c_src/odbcserver.c)