diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-27 17:00:58 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-27 18:09:02 +0100 |
commit | 935b30c0abd630f387800900f24623f1e0632cb4 (patch) | |
tree | 87c902b15588de9a8c8a5f28fc9505f5c99d355d /configure.ac | |
parent | ac281f748a8d449dad418d34801de3a41cf78509 (diff) |
normalize values of WITH_EXTRA_EXTENSIONS
Change-Id: I9f084a363bdeab800f0039f9be19d03225a1a8ce
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 222338035c93..01682b7f40d8 100644 --- a/configure.ac +++ b/configure.ac @@ -11329,7 +11329,7 @@ else esac fi done - WITH_EXTRA_EXTENSIONS=YES + WITH_EXTRA_EXTENSIONS=TRUE AC_MSG_RESULT([$SUNTEMPLATES_LANG]) fi AC_SUBST(SUNTEMPLATES_DE_PACK) |