diff options
author | monsta <[email protected]> | 2016-11-20 00:45:26 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-20 00:45:26 +0300 |
commit | c0497fa6075aabd2d6cc9109b1af50cf49e5771e (patch) | |
tree | e233a4d5993ea591146f481435ae7652865e3fe3 | |
parent | 827f24dbe23a97adbf499922a2c0f4705ac531b2 (diff) | |
download | mate-utils-c0497fa6075aabd2d6cc9109b1af50cf49e5771e.tar.bz2 mate-utils-c0497fa6075aabd2d6cc9109b1af50cf49e5771e.tar.xz |
remove obsolete option from distcheck
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 751419ac..b16720ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ DISTCLEANFILES = \ gtk-doc.make DISTCHECK_CONFIGURE_FLAGS = \ - --disable-scrollkeeper \ --enable-gtk-doc \ --with-gtk=$(GTK_API_VERSION) |