Fixed confugure.ac

This commit is contained in:
Alexey Romanov
2010-10-14 09:27:10 +04:00
parent 42bffde039
commit 2daeea25e8
2 changed files with 82 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ AC_CHECK_FUNCS([bzero strstr])
AC_ERLANG_NEED_ERLC
AC_ERLANG_SUBST_ROOT_DIR
AC_ERLANG_SUBST_LIB_DIR
AC_ERLANG_CHECK_LIB(erts)
AC_ERLANG_CHECK_LIB(erl_interface)
AC_ERLANG_CHECK_LIB(kernel)
AC_ERLANG_CHECK_LIB(stdlib)