From fb8ae297ded286148c4b680cc820faa459182d1c Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 21 Mar 2011 18:16:38 +0100 Subject: [PATCH] dialog: improved to enabled NLS support if possible --- base/dialog/dialog.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base/dialog/dialog.conf b/base/dialog/dialog.conf index 1ad9f0857..fbc3f0d18 100644 --- a/base/dialog/dialog.conf +++ b/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