From 97bee3976449f2acb5864d5327035bce6d3b6dbe Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 1 Oct 2007 16:07:26 +0000 Subject: Put --enable-seq-dias in ./configure help rather than --enable-sequence-diagrams, because that's what the option actually is 20071001160726-53eee-e058225c94e394baa3adcd63c5ce55b3ea9dcd58.gz --- m4/seq-dias.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') 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) -- cgit v1.2.1