diff options
author | Brent Hull <[email protected]> | 2012-11-15 15:48:17 -0500 |
---|---|---|
committer | Brent Hull <[email protected]> | 2012-11-15 15:48:17 -0500 |
commit | c81be8f47625e50b9b0148f176d27af8330efd91 (patch) | |
tree | 515ac0aa0b4a79d57a19f733e2b0d86427d502e5 | |
parent | 1aa6079a48aacd1b495f6944848e3d432a4b115d (diff) | |
download | mate-utils-c81be8f47625e50b9b0148f176d27af8330efd91.tar.bz2 mate-utils-c81be8f47625e50b9b0148f176d27af8330efd91.tar.xz |
Remove extra gsettings line in configure
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ec1801e1..4c265ce3 100644 --- a/configure.ac +++ b/configure.ac @@ -149,8 +149,6 @@ AS_IF([test "x$MATECONFTOOL" = "xno"], [AC_MSG_ERROR([mateconftool-2 executable not found in your path - should be installed with MateConf])] ) -GLIB_GSETTINGS - AM_MATECONF_SOURCE_2 AC_ARG_ENABLE([gdict-applet], |