Skip to content

Commit

Permalink
useless
Browse files Browse the repository at this point in the history
  • Loading branch information
nniclausse committed Mar 14, 2006
1 parent 66ec681 commit c73f944
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions configure.in
Expand Up @@ -69,23 +69,6 @@ else
AC_MSG_ERROR([xmerl not found])
fi

AC_MSG_CHECKING(for '+Mea r10b' option)
if ! $ERL -noshell +Mea r10b -s init stop 2> /dev/null; then
AC_MSG_RESULT(no)
ERL_OPTS=""
else
AC_MSG_RESULT(yes)
ERL_OPTS="+Mea r10b"
fi

AC_MSG_CHECKING(for '-shared' option)
if ! $ERL -noshell -shared -s init stop 2> /dev/null; then
AC_MSG_RESULT(no)
else
AC_MSG_RESULT(yes)
ERL_OPTS="-shared $ERL_OPTS"
fi

AC_SUBST(ERL_OPTS)
AC_SUBST(ERLANG_XMERL_DIR)
AC_SUBST(SED)
Expand Down

0 comments on commit c73f944

Please sign in to comment.