From c00791b37edfca5d086f7e1760f792d570317160 Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@mozilla.com> Date: Wed, 27 May 2015 10:34:46 -0700 Subject: [PATCH] Regularize wording for --disable-examples. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 83de37d..6829c34 100644 --- a/configure.ac +++ b/configure.ac @@ -125,7 +125,7 @@ AS_IF([test "$enable_fixed_point" = "yes"], ) 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 @@ AC_MSG_NOTICE([ Hidden visibility ............ ${cc_cv_flag_visibility} - Building Examples ............ ${enable_examples} + API code examples ............ ${enable_examples} API documentation ............ ${enable_doc} ------------------------------------------------------------------------ ]) -- GitLab