mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 02:30:08 +01:00
parent
2d7f9f3d10
commit
ec1bd3a936
1 changed files with 1 additions and 1 deletions
|
|
@ -666,7 +666,7 @@ AS_IF([test "$enable_tests" != "yes"], enable_tests="no")
|
|||
AS_IF([test "$enable_doc" != "yes"], enable_doc="no")
|
||||
# Add conditionals
|
||||
AM_CONDITIONAL(ENABLE_TESTS, test "$enable_tests" = "yes")
|
||||
AM_CONDITIONAL(ENABLE_DOC, test "$enable_tests" = "yes")
|
||||
AM_CONDITIONAL(ENABLE_DOC, test "$enable_doc" = "yes")
|
||||
# Add gtk-doc conditionals
|
||||
enable_gtk_doc="$enable_doc"
|
||||
GTK_DOC_CHECK(1.0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue