Skip to content
Snippets Groups Projects
Commit c00791b3 authored by Ralph Giles's avatar Ralph Giles
Browse files

Regularize wording for --disable-examples.

parent c3d56a68
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ AS_IF([test "$enable_fixed_point" = "yes"], ...@@ -125,7 +125,7 @@ AS_IF([test "$enable_fixed_point" = "yes"],
) )
AC_ARG_ENABLE([examples], 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) enable_examples=yes)
AM_CONDITIONAL([OP_ENABLE_EXAMPLES], [test "$enable_examples" = "yes"]) AM_CONDITIONAL([OP_ENABLE_EXAMPLES], [test "$enable_examples" = "yes"])
...@@ -177,7 +177,7 @@ AC_MSG_NOTICE([ ...@@ -177,7 +177,7 @@ AC_MSG_NOTICE([
Hidden visibility ............ ${cc_cv_flag_visibility} Hidden visibility ............ ${cc_cv_flag_visibility}
Building Examples ............ ${enable_examples} API code examples ............ ${enable_examples}
API documentation ............ ${enable_doc} API documentation ............ ${enable_doc}
------------------------------------------------------------------------ ------------------------------------------------------------------------
]) ])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment