summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-12-24 19:44:03 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-12-24 21:42:09 -0600
commitc201ede9f9634cf67be219d751fe467d69cb67ee (patch)
tree5aa3c8df601ca4479d0ac8a96bc3771c9cd9d461
parent6419c7ff2378e58c25c2da44e317d76d547fc99c (diff)
do not export SUNTEMPLATE_LANG. Not used anywhere
-rw-r--r--configure.in2
-rwxr-xr-xset_soenv.in1
2 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index b67625492690..405e64ec57a3 100644
--- a/configure.in
+++ b/configure.in
@@ -8282,7 +8282,6 @@ dnl Test whether to include Sun Professional Template Pack
dnl ===================================================================
AC_MSG_CHECKING([for Sun Professional Template Pack integration (only supported languages displayed)])
if test "z$with_sun_templates" = "z" -o "z$with_sun_templates" = "zno" ; then
- SUNTEMPLATES_LANG=""
AC_MSG_RESULT([no integration])
else
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_SUN_TEMPLATE_PACK"
@@ -8321,7 +8320,6 @@ else
done
AC_MSG_RESULT([$SUNTEMPLATES_LANG])
fi
-AC_SUBST(SUNTEMPLATES_LANG)
AC_SUBST(SUNTEMPLATES_DE_PACK)
AC_SUBST(SUNTEMPLATES_EN_US_PACK)
AC_SUBST(SUNTEMPLATES_ES_PACK)
diff --git a/set_soenv.in b/set_soenv.in
index b639ba6f0f6f..1a765cdcf089 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1763,7 +1763,6 @@ ToFile( "HUNART_EXTENSION_PACK", "@HUNART_EXTENSION_PACK@","e" );
ToFile( "TYPO_EXTENSION_PACK", "@TYPO_EXTENSION_PACK@","e" );
ToFile( "GOOGLE_DOCS_EXTENSION_PACK", "@GOOGLE_DOCS_EXTENSION_PACK@","e" );
ToFile( "OOOBLOGGER_EXTENSION_PACK", "@OOOBLOGGER_EXTENSION_PACK@","e" );
-ToFile( "SUNTEMPLATES_LANG", "@SUNTEMPLATES_LANG@","e" );
ToFile( "SUNTEMPLATES_DE_PACK", "@SUNTEMPLATES_DE_PACK@","e" );
ToFile( "SUNTEMPLATES_EN_US_PACK", "@SUNTEMPLATES_EN_US_PACK@","e" );
ToFile( "SUNTEMPLATES_ES_PACK", "@SUNTEMPLATES_ES_PACK@","e" );