From 8d6ced12b38c72afda5f221da6f5f854a7159066 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 29 Aug 2008 14:20:29 +0200 Subject: [PATCH] bug 452760 - relative l10n-base problems with comm-central, r=Standard8 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 61a9da5b8c..6b8773cb9b 100644 --- a/configure.in +++ b/configure.in @@ -7858,6 +7858,9 @@ fi if test -n "$HAVE_64BIT_OS"; then ac_configure_args="$ac_configure_args --enable-64bit" fi +if test -n "$L10NBASEDIR"; then + ac_configure_args="$ac_configure_args --with-l10n-base=$L10NBASEDIR" +fi # for Mac universal builds, we need to call the Mozilla configure with MOZ_BUILD_APP=[ppc|i386] MOZ_BUILD_APP_CACHED="$MOZ_BUILD_APP" if test -n "$MOZ_CURRENT_PROJECT"; then