From 853d3c711a5f0a0c5d7cb035888090aefb0d2549 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Mon, 5 May 2003 22:24:54 +0000 Subject: [PATCH] disable i18n on linux, second attempt --- source/nan_definitions.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk index 93cac3bd9c2..1ea2637b832 100644 --- a/source/nan_definitions.mk +++ b/source/nan_definitions.mk @@ -154,7 +154,7 @@ all debug:: export WITH_QUICKTIME ?= true # enable l10n - #export INTERNATIONAL ?= true + export INTERNATIONAL ?= true else ifeq ($(OS),freebsd) @@ -263,7 +263,7 @@ all debug:: export NAN_PARANOID ?= true #i10n - export INTERNATIONAL ?= true + #export INTERNATIONAL ?= true else ifeq ($(OS),openbsd)