diff options
-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 \ |