Kaydet (Commit) 150e6bfd authored tarafından David Tardon's avatar David Tardon

do not allow both kde and tde at the same time

Change-Id: I423c621c2bd543775c0d6f238fca40a64acaf0cc
üst fbc237fb
...@@ -8757,6 +8757,11 @@ AC_SUBST(ENABLE_GTK) ...@@ -8757,6 +8757,11 @@ AC_SUBST(ENABLE_GTK)
ENABLE_TDE="" ENABLE_TDE=""
if test "x$enable_tde" = "xyes"; then if test "x$enable_tde" = "xyes"; then
# Libs kab and tdeab in connectivity and kdeab and tdeab in shell
# are built from the same sources. So we only allow one of them.
if test "x$enable_kde" = "xyes"; then
AC_MSG_ERROR([enabling both KDE and TDE is not supported])
fi
ENABLE_TDE="TRUE" ENABLE_TDE="TRUE"
R="$R tde" R="$R tde"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment