diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-14 17:49:58 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-14 17:49:58 +0100 |
commit | 4a00ce5444b2f7dea35625e1396550a90b030288 (patch) | |
tree | 7a7baba110c23ea78403cfb8c2171f9e070c4a92 /configure.ac | |
parent | 86c19c7171c6e0d94d411a94d5272149830eb880 (diff) | |
download | atril-4a00ce5444b2f7dea35625e1396550a90b030288.tar.bz2 atril-4a00ce5444b2f7dea35625e1396550a90b030288.tar.xz |
migrate lockdown stuff to gsettingsmate-document-viewer-1.5.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 34 |
1 files changed, 2 insertions, 32 deletions
diff --git a/configure.ac b/configure.ac index 469fff24..e8d347b4 100644 --- a/configure.ac +++ b/configure.ac @@ -308,35 +308,6 @@ fi AM_CONDITIONAL([ENABLE_DBUS], [test "$enable_dbus" = "yes"]) -dnl ========= Check for MateConf - -AC_MSG_CHECKING([whether MateConf support is requested]) -AC_ARG_WITH([mateconf], - [AS_HELP_STRING([--without-mateconf], - [Disable the use of mateconf])], - [], - [case "$os_win32" in - yes) with_mateconf=no ;; - *) with_mateconf=yes ;; - esac]) -AC_MSG_RESULT([$with_mateconf]) - -AM_CONDITIONAL([WITH_MATECONF],[test "$with_mateconf" = "yes"]) - -if test "$with_mateconf" = "yes"; then - PKG_CHECK_MODULES([MATECONF],[mateconf-2.0]) - AC_DEFINE([WITH_MATECONF],[1],[Define if MateConf support is enabled]) - - AM_MATECONF_SOURCE_2 - - AC_PATH_PROG([MATECONFTOOL], [mateconftool-2], [false]) - if test "$MATECONFTOOL" = "false"; then - AC_MSG_ERROR([mateconftool-2 executable not found in your path - should be installed with MateConf]) - fi -else - AM_CONDITIONAL([MATECONF_SCHEMAS_INSTALL],false) -fi - dnl Debug mode AC_ARG_ENABLE([debug], @@ -371,8 +342,8 @@ BACKEND_LIBS="$BACKEND_LIBS -lm" AC_SUBST(BACKEND_CFLAGS) AC_SUBST(BACKEND_LIBS) -SHELL_CFLAGS="$SHELL_CORE_CFLAGS $KEYRING_CFLAGS $MATECONF_CFLAGS -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE $DEBUG_FLAGS" -SHELL_LIBS="$SHELL_CORE_LIBS $KEYRING_LIBS $MATECONF_LIBS -lz -lm" +SHELL_CFLAGS="$SHELL_CORE_CFLAGS $KEYRING_CFLAGS -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE $DEBUG_FLAGS" +SHELL_LIBS="$SHELL_CORE_LIBS $KEYRING_LIBS -lz -lm" AC_SUBST(SHELL_CFLAGS) AC_SUBST(SHELL_LIBS) @@ -890,7 +861,6 @@ Configure summary: Platform...........: $with_platform GTK+ version.......: $with_gtk - MateConf Support...: $with_mateconf GTK+ Unix Print....: $with_gtk_unix_print Keyring Support....: $with_keyring DBUS Support.......: $enable_dbus |