diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-06 23:14:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-03-06 23:14:00 +0800 |
commit | 9b26cb1a7cd91b590b18b659393ac4cc68e655e5 (patch) | |
tree | 16707dd0a111085f48a7b0a76071dcaa6c2dd756 /Makefile.am | |
parent | 8c909aaeab41eafa3bbc52ddb14ab15bb38c52ee (diff) | |
download | gsoc2013-evolution-9b26cb1a7cd91b590b18b659393ac4cc68e655e5.tar.gz gsoc2013-evolution-9b26cb1a7cd91b590b18b659393ac4cc68e655e5.tar.zst gsoc2013-evolution-9b26cb1a7cd91b590b18b659393ac4cc68e655e5.zip |
Remove --disable-gtk3 from DISTCHECK_CONFIGURE_FLAGS.EVOLUTION_2_91_91
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e10e7e42da..bb2b0c7022 100644 --- a/Makefile.am +++ b/Makefile.am @@ -148,7 +148,6 @@ MAINTAINERCLEANFILES = \ # Scrollkeeper must be disabled for distcheck to work because # distcheck uses a custom prefix. See GNOME bug #354357. DISTCHECK_CONFIGURE_FLAGS = \ - --disable-gtk3 \ --enable-gtk-doc \ --disable-scrollkeeper \ --enable-test-component \ |