shithub: opusfile

Download patch

ref: c00791b37edfca5d086f7e1760f792d570317160
parent: c3d56a683099f8ebe97219350088f942ba44fbae
author: Ralph Giles <giles@mozilla.com>
date: Wed May 27 06:34:46 EDT 2015

Regularize wording for --disable-examples.

--- a/configure.ac
+++ b/configure.ac
@@ -125,7 +125,7 @@
 )
 
 AC_ARG_ENABLE([examples],
-  AS_HELP_STRING([--disable-examples], [Disable building of examples]),,
+  AS_HELP_STRING([--disable-examples], [Do not build example applications]),,
   enable_examples=yes)
 AM_CONDITIONAL([OP_ENABLE_EXAMPLES], [test "$enable_examples" = "yes"])
 
@@ -177,7 +177,7 @@
 
     Hidden visibility ............ ${cc_cv_flag_visibility}
 
-    Building Examples ............ ${enable_examples}
+    API code examples ............ ${enable_examples}
     API documentation ............ ${enable_doc}
 ------------------------------------------------------------------------
 ])