Index: configure.ac =================================================================== --- configure.ac.orig +++ configure.ac @@ -886,22 +886,7 @@ AS_IF([test "x$enable_php" != "xno"], ]) AM_CONDITIONAL([HAVE_PHP], [test "x$PHP" != "xno" && test "x$PHPIZE" != "xno"]) -dnl Erlang -AC_ARG_ENABLE([erlang], - AS_HELP_STRING([--disable-erlang], [Disable Erlang language bindings]), - [], - [enable_erlang=yes]) -AS_IF([test "x$enable_erlang" != "xno"], - [ - AC_ERLANG_PATH_ERLC([no]) - - if test "x$ERLC" != "xno"; then - AC_ERLANG_CHECK_LIB([erl_interface], [], - [AC_MSG_FAILURE([Erlang erl_interface library not installed. Use --disable-erlang to disable.])]) - AC_ERLANG_SUBST_LIB_DIR - fi - ]) -AM_CONDITIONAL([HAVE_ERLANG], [test "x$ERLC" != "xno"]) +AM_CONDITIONAL([HAVE_ERLANG], [test "xno" != "xno"]) dnl Check for Perl modules needed by Perl virt tools (virt-df, etc.) AS_IF([test "x$PERL" != "xno"],