Browse Source

sde-config: removed hardcoded lines to remove gettext when NLS is disabled

karasz/new-early
Alejandro Mery 16 years ago
parent
commit
a30c3f62d2
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      lib/sde-config/main.in

+ 0
- 3
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

Loading…
Cancel
Save