diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-04-25 21:24:46 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-04-25 21:24:46 -0400 |
commit | 865e1f6ca77ab4507bdfe7ab16534e2e3450cf1d (patch) | |
tree | f5afa0722f29db6837aa7d1da81b8251bd7eff16 /configure.in | |
parent | 7f5b4deabadafcf1a5af491990a3cbf741d4959b (diff) |
Move it up a bit more to get it to build with --disable-mozilla.
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 1ab3c99091b8..64cf4244a6e7 100755 --- a/configure.in +++ b/configure.in @@ -4843,6 +4843,8 @@ fi AC_SUBST(WITH_LDAP) AC_SUBST(WITH_OPENLDAP) +AC_OUTPUT([ooo.lst]) + dnl =================================================================== dnl Check for system mozilla dnl =================================================================== @@ -5028,7 +5030,6 @@ else AC_MSG_RESULT([no]) fi -AC_OUTPUT([ooo.lst]) if test "$BUILD_MOZAB" = "TRUE"; then if test "$_os" = "WINNT"; then |