Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
37b3c1df
Commit
37b3c1df
authored
Sep 25, 2007
by
ZIad Boujbel
Browse files
Remove qt dependency
desable by default
parent
deda3bae
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
37b3c1df
...
...
@@ -277,11 +277,11 @@ dnl QT interface
AC_MSG_CHECKING([whether to enable sflphoneqt])
AC_ARG_ENABLE(sflphoneqt,
AS_HELP_STRING(
[--
dis
able-sflphoneqt],
[
dis
able sflphone-qt compilation @<:@default=no@:>@]
[--
en
able-sflphoneqt],
[
en
able sflphone-qt compilation @<:@default=no@:>@]
),
[with_sflphoneqt=$enableval],
[with_sflphoneqt=
yes
]
[with_sflphoneqt=
no
]
)
AM_CONDITIONAL(WITH_QT, test "x$with_sflphoneqt" = "xyes")
AM_CONDITIONAL(include_x11, test x$with_sflphoneqt = "xyes")
...
...
Write
Preview
Supports
Markdown
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