mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 06:38:08 +00:00
configure.ac: rename --disable-documentation to --enable-documentation
This commit is contained in:
parent
5950d432c4
commit
89e547fa50
3 changed files with 7 additions and 6 deletions
|
|
@ -1019,12 +1019,12 @@ dnl ##################################################
|
|||
dnl # Check for doxygen
|
||||
dnl ##################################################
|
||||
|
||||
AC_ARG_ENABLE(doxygen,
|
||||
[AS_HELP_STRING([--disable-documentation], [Disable documentation generation using doxygen (default=no)])],
|
||||
AC_ARG_ENABLE(documentation,
|
||||
[AS_HELP_STRING([--enable-documentation], [Documentation generation using doxygen (default=yes)])],
|
||||
[case "${enableval}" in
|
||||
yes) documentation_enabled=yes;;
|
||||
no) documentation_enabled=no;;
|
||||
*) AC_MSG_ERROR("Bad value for --disable-documentation");;
|
||||
*) AC_MSG_ERROR("Bad value for --enable-documentation");;
|
||||
esac],
|
||||
[documentation_enabled=yes]
|
||||
)
|
||||
|
|
@ -1076,12 +1076,13 @@ printf "* %-30s %s\n" "Video support" $video
|
|||
printf "* %-30s %s\n" "GTK interface" $gtk_ui
|
||||
printf "* %-30s %s\n" "Account assistant" $build_wizard
|
||||
printf "* %-30s %s\n" "Console interface" $console_ui
|
||||
printf "* %-30s %s\n" "Tools" $build_tools
|
||||
printf "* %-30s %s\n" "Tools" $build_tools
|
||||
printf "* %-30s %s\n" "Message storage" $enable_msg_storage
|
||||
printf "* %-30s %s\n" "IM encryption" $lime
|
||||
printf "* %-30s %s\n" "uPnP support" $build_upnp
|
||||
printf "* %-30s %s\n" "LDAP support" $enable_ldap
|
||||
printf "* %-30s %s\n" "ZLIB support" $found_zlib
|
||||
printf "* %-30s %s\n" "Documentation" $documentation_enabled
|
||||
|
||||
if test "$enable_tunnel" = "true" ; then
|
||||
printf "* %-30s %s\n" "Tunnel support" "true"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 7319e26be1e73aec67e3e6b0e73bfc486cde2f30
|
||||
Subproject commit f1ebe4ca4709f02a3702c4f1929a953931757cc5
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 15476b915d35e91f3bad92b5e7d1bc4073c50603
|
||||
Subproject commit 6ac50c1315aecb4a419b220af51e6361e7ee7813
|
||||
Loading…
Add table
Reference in a new issue