aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-07-01 16:51:26 +0200
committerBadlop <badlop@process-one.net>2010-07-01 16:51:26 +0200
commit0ac5684bf0beb3440db5dda30b5e77b52d94e4ec (patch)
treeebd90d7ce468ae18e5ec24095cfd90c3554e3759 /src
parentNew configure option: --enable-nif (diff)
Clarify that to use the optional --enable-nif, R13B04 is needed.
Diffstat (limited to 'src')
-rw-r--r--src/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.ac b/src/configure.ac
index 70a6fb43c..0932513ee 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -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 ;;