From aa39d52bc98d8060311e0e77fd83b0f447b90386 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 31 Mar 2008 19:15:20 +0300 Subject: [PATCH] Fix make distcheck --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f440cc300a..62b768ba70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,8 @@ BUILT_SOURCES = $(BUILT_SOURCES_distclean) $(BUILT_SOURCES_clean) SUFFIXES = DISTCHECK_CONFIGURE_FLAGS = --disable-dvd --disable-mad --disable-libmpeg2 \ - --disable-ffmpeg --disable-faad --disable-wxwidgets --disable-skins2 + --disable-ffmpeg --disable-faad --disable-wxwidgets --disable-skins2 \ + --disable-fribidi ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = \ -- 2.39.2