summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-01 16:07:26 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-01 16:07:26 +0000
commit97bee3976449f2acb5864d5327035bce6d3b6dbe (patch)
tree73a638faf0e67db4c2716aff5a8bc32fb6fe5ea6 /m4
parent97f295ba9c4822cea558f23f4ffe2153e231da2f (diff)
Put --enable-seq-dias in ./configure help rather than --enable-sequence-diagrams, because that's what the option actually is
Diffstat (limited to 'm4')
-rw-r--r--m4/seq-dias.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/seq-dias.m4 b/m4/seq-dias.m4
index faf0f40..dddd8ee 100644
--- a/m4/seq-dias.m4
+++ b/m4/seq-dias.m4
@@ -2,7 +2,7 @@ AC_DEFUN([SEQ_DIAS],
[
dnl check for tools for drawing sequence diagrams
AC_ARG_ENABLE(seq-dias,
- AC_HELP_STRING([--enable-sequence-diagrams],
+ AC_HELP_STRING([--enable-seq-dias],
[use plotutils to draw sequence diagrams [default=yes]]),,
enable_seq_dias=yes)