From ebc505ccf37eb90457620c762251cc405015a1ca Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 17 Feb 2013 11:49:41 +1100 Subject: [PATCH] Clean up the configure command for expat. --- source-builder/config/expat-2-1.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source-builder/config/expat-2-1.cfg b/source-builder/config/expat-2-1.cfg index 3265752..b243ef2 100644 --- a/source-builder/config/expat-2-1.cfg +++ b/source-builder/config/expat-2-1.cfg @@ -39,8 +39,7 @@ cd .. CFLAGS="$SB_OPT_FLAGS" \ ./configure \ --build=%{_build} --host=%{_host} \ - --verbose --disable-nls \ - --without-included-gettext \ + --verbose \ --prefix=%{_prefix} --bindir=%{_bindir} \ --exec-prefix=%{_exec_prefix} \ --includedir=%{_includedir} --libdir=%{_libdir} \