]> granicus.if.org Git - ejabberd/commitdiff
Clarify that to use the optional --enable-nif, R13B04 is needed.
authorBadlop <badlop@process-one.net>
Thu, 1 Jul 2010 14:51:26 +0000 (16:51 +0200)
committerBadlop <badlop@process-one.net>
Thu, 1 Jul 2010 14:51:26 +0000 (16:51 +0200)
src/configure.ac

index 70a6fb43cb8d9a6a1138135fff841bde6a3884b5..0932513ee6ac8884203058550a295190731c964d 100644 (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 ;;