summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavi Arnaut <davi.arnaut@oracle.com>2010-08-09 10:23:55 -0300
committerDavi Arnaut <davi.arnaut@oracle.com>2010-08-09 10:23:55 -0300
commit7b7efa1261720e6c6ad76cbe9a5d922ba2dd7fc2 (patch)
treea207e9acd3b063f12f9fc5cf1ae091352b47e03b /configure.in
parent4c44e2a74644c5cf9404f36411c329f62733a7ea (diff)
downloadmariadb-git-7b7efa1261720e6c6ad76cbe9a5d922ba2dd7fc2.tar.gz
Remove error injection option, it's not being used.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.in b/configure.in
index e12214524fa..238cfc50a68 100644
--- a/configure.in
+++ b/configure.in
@@ -1775,21 +1775,6 @@ else
AC_MSG_RESULT([no])
fi
-# If we should allow error injection tests
-AC_ARG_WITH(error-inject,
- AC_HELP_STRING([--with-error-inject],[Enable error injection in MySQL Server]),
- [ with_error_inject=$withval ],
- [ with_error_inject=no ])
-
-if test $with_debug != "no"
-then
- if test "$with_error_inject" = "yes"
- then
- AC_DEFINE([ERROR_INJECT_SUPPORT], [1],
- [Enable error injection in MySQL Server])
- fi
-fi
-
AC_ARG_WITH([fast-mutexes],
AC_HELP_STRING([--with-fast-mutexes],
[Compile with fast mutexes (default is disabled)]),