From: Matthew Barnes Date: Sat, 11 Sep 2010 17:43:38 +0000 (-0400) Subject: Use --disable-gtk3 in DISTCHECK_CONFIGURE_FLAGS. X-Git-Tag: upstream/3.7.4~2603 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4509f33402b49cb4e84d1a250c963892323bfba;p=platform%2Fupstream%2Fevolution-data-server.git Use --disable-gtk3 in DISTCHECK_CONFIGURE_FLAGS. GNOME 2.32 is still based on GTK+ 2.x. --- diff --git a/Makefile.am b/Makefile.am index 0da20a7..4763c89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS=-I m4 -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk3 --enable-gtk-doc --with-krb5=/usr --without-weather +DISTCHECK_CONFIGURE_FLAGS = --disable-gtk3 --enable-gtk-doc --with-krb5=/usr --without-weather if ENABLE_CALENDAR CALENDAR_DIR = calendar