diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-09-12 01:44:26 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-09-12 02:14:04 +0800 |
commit | 5e2764b49d19c3b9795e8615b71d9cd88daa69e3 (patch) | |
tree | 299050fa49b2696deef4e2e0bfa632f07b216d93 | |
parent | ebcce86769d174cce6e881740c5e9bcedce28e06 (diff) | |
download | gsoc2013-evolution-5e2764b49d19c3b9795e8615b71d9cd88daa69e3.tar gsoc2013-evolution-5e2764b49d19c3b9795e8615b71d9cd88daa69e3.tar.gz gsoc2013-evolution-5e2764b49d19c3b9795e8615b71d9cd88daa69e3.tar.bz2 gsoc2013-evolution-5e2764b49d19c3b9795e8615b71d9cd88daa69e3.tar.lz gsoc2013-evolution-5e2764b49d19c3b9795e8615b71d9cd88daa69e3.tar.xz gsoc2013-evolution-5e2764b49d19c3b9795e8615b71d9cd88daa69e3.tar.zst gsoc2013-evolution-5e2764b49d19c3b9795e8615b71d9cd88daa69e3.zip |
Use --disable-gtk3 in DISTCHECK_CONFIGURE_FLAGS.
GNOME 2.32 is still based on GTK+ 2.x.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b72979f64d..825207b29c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,7 +122,7 @@ MAINTAINERCLEANFILES = \ # Scrollkeeper must be disabled for distcheck to work because # distcheck uses a custom prefix. See GNOME bug #354357. DISTCHECK_CONFIGURE_FLAGS = \ - --enable-gtk3 \ + --disable-gtk3 \ --enable-gtk-doc \ --disable-scrollkeeper \ --enable-test-component \ |