From f5fae531f462f89d240980ba5b177b46fd4e4707 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Mon, 5 May 2003 22:21:24 +0000 Subject: [PATCH] disable i18n support on linux --- source/nan_definitions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk index 8c057de21f5..93cac3bd9c2 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)