From 1713bc18769af18cc062ff69d8237aa47833fc57 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 4 Nov 2012 15:17:31 +1100 Subject: [PATCH] Remove invalud configure options. --- config/automake-1-1.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/automake-1-1.cfg b/config/automake-1-1.cfg index b1c9368..fcf5ab1 100644 --- a/config/automake-1-1.cfg +++ b/config/automake-1-1.cfg @@ -39,8 +39,7 @@ cd .. CFLAGS="$SB_OPT_FLAGS" \ ./configure \ --build=%{_build} --host=%{_host} \ - --verbose --disable-nls \ - --without-included-gettext \ + --verbose \ --prefix=$SB_TMPPREFIX %{__make} %{?_smp_mflags} all