X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=227b020659974e1c37ec273f23c0602a18417a7f;hb=1b553f2b8c0b409ff4a5c93d4341df6e4bfb4b61;hp=823e5ce6c09fa32910376eda4b3f23a5427d0bc4;hpb=616f5c97013f1344caa6e899de6cc99664faa5e9;p=evince.git diff --git a/configure.ac b/configure.ac index 823e5ce6..227b0206 100644 --- a/configure.ac +++ b/configure.ac @@ -58,10 +58,12 @@ AC_MSG_RESULT([$enable_dbus]) if test "x$enable_dbus" = "xyes" ; then AC_DEFINE([ENABLE_DBUS],[1],[Define if DBUS support is enabled]) + AC_DEFINE([ENABLE_METADATA],[1],[Define if metadata support is enabled]) PKG_CHECK_MODULES([DBUS], [dbus-glib-1 >= $DBUS_GLIB_REQUIRED]) fi AM_CONDITIONAL([ENABLE_DBUS], [test "x$enable_dbus" = "xyes"]) +AM_CONDITIONAL([ENABLE_METADATA], [test "x$enable_dbus" = "xyes"]) dnl Compile with disable-deprecated switches