Clarify that to use the optional --enable-nif, R13B04 is needed.

This commit is contained in:
Badlop 2010-07-01 16:51:26 +02:00
parent 715cc5ea3b
commit 0ac5684bf0
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ esac],[full_xml=false])
AC_SUBST(full_xml)
AC_ARG_ENABLE(nif,
[AC_HELP_STRING([--enable-nif], [replace some functions with C equivalents. You should have Erlang R13B04 or higher (default: no)])],
[AC_HELP_STRING([--enable-nif], [replace some functions with C equivalents. Requires Erlang R13B04 or higher (default: no)])],
[case "${enableval}" in
yes) nif=true ;;
no) nif=false ;;