From: Patrick McCarty Date: Thu, 9 Jul 2009 08:01:13 +0000 (-0700) Subject: Docs: CG: Fix ./configure option name X-Git-Tag: release/2.13.4-1~372^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9150051623f5d4c9b517a4c98697901c722cf7a0;p=lilypond.git Docs: CG: Fix ./configure option name --- diff --git a/Documentation/devel/programming-work.itexi b/Documentation/devel/programming-work.itexi index a50ec66723..36a0913b41 100644 --- a/Documentation/devel/programming-work.itexi +++ b/Documentation/devel/programming-work.itexi @@ -564,7 +564,7 @@ LilyPond with debugging information. This is accomplished by running the following commands in the main LilyPond source directory. @example -./configure --disable-optimization +./configure --disable-optimising make @end example