Moved DBUSAPI to an AM_CONDITIONAL
[modest] / configure.ac
index aa69fac..58cf1a8 100644 (file)
@@ -148,6 +148,8 @@ else
 
 fi
 
+AM_CONDITIONAL(BUILD_DBUSAPI, test x$dbus_api = xdbus_api)
+
 dnl do we have the easy setup stuff?
 have_easysetup=false
 if test -d src/${with_platform}/easysetup; then