From a30c3f62d2011b80d2ecaacaaee9728a6e85a927 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 3 Sep 2008 13:36:53 -0400 Subject: [PATCH] sde-config: removed hardcoded lines to remove gettext when NLS is disabled --- lib/sde-config/main.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/sde-config/main.in b/lib/sde-config/main.in index 8553876..9962bdc 100644 --- a/lib/sde-config/main.in +++ b/lib/sde-config/main.in @@ -388,9 +388,6 @@ break packages!' bool 'Disable exceptions and rtti in C++' SDECFG_LIMITCXX 0 bool 'Disable National Language Support' SDECFG_DISABLE_NLS 0 - if [ "$SDECFG_DISABLE_NLS" = 1 ] ; then - pkgremove gettext - fi bool 'Automatic documentation creation' SDECFG_CREATE_DOCS 0