summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-02 13:07:53 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-01-02 20:53:05 -0600
commit6894df1efb349aec433131620d658f9539b55d26 (patch)
tree041fcdecdee752bec500fbf03223be310ab544b9 /configure.in
parent5436f578ee7c7e4fe840cb243c2797f52b8b461d (diff)
avoid conditional define, since they may cause troubles in x-comp case
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 fab7cfc78444..cc40ed9009d4 100644
--- a/configure.in
+++ b/configure.in
@@ -6371,7 +6371,6 @@ Please recompile $tmp with --enable-ldap or use --with-openldap.])
elif test "$enable_mozilla" = "no"; then
AC_MSG_RESULT([none])
- x_MOZ=[\#]
WITH_MOZILLA=NO
else
AC_MSG_RESULT([internal])
@@ -6536,7 +6535,6 @@ These files can be found at <http://dev-www.libreoffice.org/mozilla/>
fi
fi
fi
-AC_SUBST(x_MOZ)
AC_SUBST(BUILD_MOZAB)
AC_SUBST(PREBUILT_MOZAB)
AC_SUBST(MOZILLABUILD)