aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-07-01 16:59:26 +0200
committerBadlop <badlop@process-one.net>2010-07-01 16:59:26 +0200
commitae6545989ec2833c1c6d1d9fc86e966f2c18524b (patch)
tree676e912175589913f3c644d7ec01751c8e4f93af /src
parentDocument the optional --enable-nif (diff)
Fix typo in --enable-transient_supervisors
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 0932513ee..1497643d3 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -81,7 +81,7 @@ AC_ARG_ENABLE(transient_supervisors,
[case "${enableval}" in
yes) transient_supervisors=true ;;
no) transient_supervisors=false ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-full-xml) ;;
+ *) AC_MSG_ERROR(bad value ${enableval} for --enable-transient_supervisors) ;;
esac],[transient_supervisors=true])
AC_SUBST(transient_supervisors)