aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-11-17 15:09:54 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-07-14 08:29:57 +0400
commit2d6a83890538dbecab1f8ebf38698e3378c4d651 (patch)
tree88b77693eeb5b4ab0e3646ca74db7ecf51e9ab01 /configure.ac
parentSerialize records to proplists before storing then in Riak (diff)
Do not check for Erlang apps at configure time as it looks redundant
Diffstat (limited to '')
-rw-r--r--configure.ac25
1 files changed, 0 insertions, 25 deletions
diff --git a/configure.ac b/configure.ac
index 904f4e059..a2d803ecf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,31 +235,6 @@ if test "$ENABLEUSER" != ""; then
AC_SUBST([INSTALLUSER], [$ENABLEUSER])
fi
-AC_ERLANG_CHECK_LIB([sasl], [],
- [AC_MSG_ERROR([Erlang application 'sasl' was not found])])
-AC_ERLANG_CHECK_LIB([crypto], [],
- [AC_MSG_ERROR([Erlang application 'crypto' was not found])])
-AC_ERLANG_CHECK_LIB([public_key], [],
- [AC_MSG_ERROR([Erlang application 'public_key' was not found])])
-AC_ERLANG_CHECK_LIB([ssl], [],
- [AC_MSG_ERROR([Erlang application 'ssl' was not found])])
-AC_ERLANG_CHECK_LIB([mnesia], [],
- [AC_MSG_ERROR([Erlang application 'mnesia' was not found])])
-AC_ERLANG_CHECK_LIB([inets], [],
- [AC_MSG_ERROR([Erlang application 'inets' was not found])])
-AC_ERLANG_CHECK_LIB([compiler], [],
- [AC_MSG_ERROR([Erlang application 'compiler' was not found])])
-if test "x$odbc" = "xtrue"; then
- AC_ERLANG_CHECK_LIB([odbc], [],
- [AC_MSG_ERROR([Erlang application 'odbc' was not found])])
-fi
-if test "x$tools" = "xtrue"; then
- AC_ERLANG_CHECK_LIB([tools], [],
- [AC_MSG_ERROR([Erlang application 'tools' was not found])])
- AC_ERLANG_CHECK_LIB([runtime_tools], [],
- [AC_MSG_ERROR([Erlang application 'runtime_tools' was not found])])
-fi
-
AC_SUBST(hipe)
AC_SUBST(roster_gateway_workaround)
AC_SUBST(transient_supervisors)