disable enchant

This commit is contained in:
Matthias Clasen 2006-12-05 06:28:02 +00:00
parent e6baec64bb
commit 512957b87e

View File

@ -123,7 +123,12 @@ Install gedit-devel if you want to write plug-ins for gEdit.
%build
autoreconf
%configure --disable-scrollkeeper --disable-gtk-doc --enable-python
# FIXME: can't build against enchant right now, since it is in extras
%configure \
--disable-scrollkeeper \
--disable-gtk-doc \
--enable-python \
--disable-enchant
make
%install