From 0ac5684bf0beb3440db5dda30b5e77b52d94e4ec Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 1 Jul 2010 16:51:26 +0200 Subject: [PATCH] Clarify that to use the optional --enable-nif, R13B04 is needed. --- src/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.40.0