Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Opusfile
Commits
c00791b3
Commit
c00791b3
authored
May 27, 2015
by
Ralph Giles
Browse files
Regularize wording for --disable-examples.
parent
c3d56a68
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
c00791b3
...
...
@@ -125,7 +125,7 @@ AS_IF([test "$enable_fixed_point" = "yes"],
)
AC_ARG_ENABLE([examples],
AS_HELP_STRING([--disable-examples], [D
isable building of example
s]),,
AS_HELP_STRING([--disable-examples], [D
o not build example application
s]),,
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 E
xamples ............ ${enable_examples}
API code e
xamples ............ ${enable_examples}
API documentation ............ ${enable_doc}
------------------------------------------------------------------------
])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment