summaryrefslogtreecommitdiff
path: root/configure.in
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 /configure.in
parent6419c7ff2378e58c25c2da44e317d76d547fc99c (diff)
do not export SUNTEMPLATE_LANG. Not used anywhere
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 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)