Skip to content
Snippets Groups Projects
Commit 37b3c1df authored by ZIad Boujbel's avatar ZIad Boujbel
Browse files

Remove qt dependency

desable by default
parent deda3bae
Branches
No related tags found
No related merge requests found
...@@ -277,11 +277,11 @@ dnl QT interface ...@@ -277,11 +277,11 @@ dnl QT interface
AC_MSG_CHECKING([whether to enable sflphoneqt]) AC_MSG_CHECKING([whether to enable sflphoneqt])
AC_ARG_ENABLE(sflphoneqt, AC_ARG_ENABLE(sflphoneqt,
AS_HELP_STRING( AS_HELP_STRING(
[--disable-sflphoneqt], [--enable-sflphoneqt],
[disable sflphone-qt compilation @<:@default=no@:>@] [enable sflphone-qt compilation @<:@default=no@:>@]
), ),
[with_sflphoneqt=$enableval], [with_sflphoneqt=$enableval],
[with_sflphoneqt=yes] [with_sflphoneqt=no]
) )
AM_CONDITIONAL(WITH_QT, test "x$with_sflphoneqt" = "xyes") AM_CONDITIONAL(WITH_QT, test "x$with_sflphoneqt" = "xyes")
AM_CONDITIONAL(include_x11, test x$with_sflphoneqt = "xyes") AM_CONDITIONAL(include_x11, test x$with_sflphoneqt = "xyes")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment