ActiveSync: don't build Qt UI

The Qt UI no longer works with EDS >= 3.6. We don't need it, so
don't bother with it.
This commit is contained in:
Patrick Ohly 2013-10-23 01:30:37 -07:00
parent 34b0399cd5
commit 6c8dc7b194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if test "$enable_activesync" = "yes"; then
mkdir -p src/backends/activesync/activesyncd/build
AC_MSG_NOTICE([configuring activesyncd using the $ACTIVESYNCDSRC source code])
( set -x; cd src/backends/activesync/activesyncd/build &&
$ACTIVESYNCDSRC/configure --disable-eplugin --disable-camel-backend --prefix=`pwd`/../install) ||
$ACTIVESYNCDSRC/configure --disable-eplugin --disable-camel-backend --disable-qtconfig --prefix=`pwd`/../install) ||
AC_MSG_ERROR([configuring activesyncd failed])
# hard-coded replacement for pkg-config: necessary because