Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
f1ebe4ca
Commit
f1ebe4ca
authored
May 21, 2015
by
Gautier Pelloux-Prayer
Browse files
configure.ac: rename --disable-documentation to --enable-documentation
parent
6b06e681
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
f1ebe4ca
...
...
@@ -1250,12 +1250,12 @@ dnl ##################################################
dnl # Check for doxygen
dnl ##################################################
AC_ARG_ENABLE(do
xyge
n,
[AS_HELP_STRING([--
dis
able-documentation], [D
isable d
ocumentation generation using doxygen (default=
no
)])],
AC_ARG_ENABLE(do
cumentatio
n,
[AS_HELP_STRING([--
en
able-documentation], [Documentation generation using doxygen (default=
yes
)])],
[case "${enableval}" in
yes) documentation_enabled=yes;;
no) documentation_enabled=no;;
*) AC_MSG_ERROR("Bad value for --
dis
able-documentation");;
*) AC_MSG_ERROR("Bad value for --
en
able-documentation");;
esac],
[documentation_enabled=yes]
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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