Browse Source

dialog: improved to enabled NLS support if possible

stable/0.2
Christian Wiese 14 years ago
parent
commit
fb8ae297de
  1. 6
      base/dialog/dialog.conf

6
base/dialog/dialog.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../dialog/dialog.conf
# Copyright (C) 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -14,3 +15,8 @@
# --- SDE-COPYRIGHT-NOTE-END ---
makeinstopt="$makeinstopt install-lib"
# Native Language Support
if [ "$SDECFG_DISABLE_NLS" != 1 ]; then
var_append extraconfopt ' ' '--enable-nls'
fi

Loading…
Cancel
Save