diff options
author | monsta <[email protected]> | 2014-12-01 14:51:18 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2014-12-01 14:51:18 +0300 |
commit | f9a0ecc8fd73458f99016c1af13a41e1b13c7c70 (patch) | |
tree | 2a9de2c0db4bb4d388ec09e21bd8c12f712015dc | |
parent | fa099845d73c2305146055b9b9b88ec3676fb208 (diff) | |
download | mate-control-center-f9a0ecc8fd73458f99016c1af13a41e1b13c7c70.tar.bz2 mate-control-center-f9a0ecc8fd73458f99016c1af13a41e1b13c7c70.tar.xz |
removed obsolete configure option
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ef1b3704..4feaf0ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,7 @@ EXTRA_DIST = \ org.mate.control-center.keybinding.gschema.xml.in.in \ $(convert_DATA) -DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb +DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb GITIGNOREFILES=m4 |