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
626d241b
Commit
626d241b
authored
Nov 29, 2010
by
Roland Levillain
Browse files
Honor `--without-qt' in configure.
* m4/autotroll.m4: Here.
parent
ac6d6f3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
626d241b
2010-11-29 Roland Levillain <roland@lrde.epita.fr>
Honor `--without-qt' in configure.
* m4/autotroll.m4: Here.
2010-11-05 Roland Levillain <roland@lrde.epita.fr>
* AUTHORS: Clean up whitespace.
...
...
m4/autotroll.m4
View file @
626d241b
...
...
@@ -143,6 +143,9 @@ dnl Memo: AC_ARG_WITH(package, help-string, [if-given], [if-not-given])
# this is a hack to get decent flow control with 'break'
for _qt_ignored in once; do
# Stop here if Qt is disabled.
if test "x$with_qt" = xno; then break; fi
# Find Qt.
AC_ARG_VAR([QT_PATH], [Path to the Qt installation])
if test -d /usr/local/Trolltech; then
...
...
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