Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
6fbd302e
Commit
6fbd302e
authored
Oct 21, 2010
by
Roland Levillain
Browse files
Fix configure option `--enable-all'.
* configure.ac: Check the value of `enable_all' before triggering optional modules.
parent
52908636
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6fbd302e
2010-10-21 Roland Levillain <roland@lrde.epita.fr>
Fix configure option `--enable-all'.
* configure.ac: Check the value of `enable_all' before triggering
optional modules.
2010-10-21 Roland Levillain <roland@lrde.epita.fr>
Revamp the handling of Qt.
...
...
configure.ac
View file @
6fbd302e
...
...
@@ -161,17 +161,16 @@ fi
# ``--disable-apps''), then the disable flag has priority.
AC_ARG_ENABLE([all],
[AS_HELP_STRING([--enable-all],
[enable maintainer mode])],
[
enable_trimesh=yes
enable_swilena=yes
[AS_HELP_STRING([--enable-all], [enable maintainer mode])],
[if test "x$enable_all" != xno; then
enable_trimesh=yes
enable_swilena=yes
dnl<<lrde
enable_scribo=yes
enable_scribo=yes
dnl>>
enable_apps=yes
enable_tools=yes
])
enable_apps=yes
enable_tools=yes
fi
])
## ------------------ ##
...
...
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