summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-07-16 08:58:23 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-07-16 08:58:23 +0100
commit166bd6955a840228d5dd30a4bcb56d4d488fb156 (patch)
tree3b1da0400a320336953f98b05217443ca177b840 /configure.in
parent0f4075c50d34c177dab87cae1dc9e1218d29b19e (diff)
cmcfixes77: #i113146# afms build type
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index dc65c5e3dfe8..c4322ec241a6 100644
--- a/configure.in
+++ b/configure.in
@@ -6535,6 +6535,7 @@ dnl ===================================================================
AC_MSG_CHECKING([whether to include AFMs])
if test "$with_afms" != "no"; then
AC_MSG_RESULT([yes])
+ BUILD_TYPE="$BUILD_TYPE AFMS"
else
AC_MSG_RESULT([no])
WITHOUT_AFMS=YES