diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-11-04 10:01:43 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-11-04 10:01:43 +0100 |
commit | 1745c1f95a88e8066eca3467e12268b36c0e9ed7 (patch) | |
tree | ed128ff46d773e2303efb2c4517a187b76acea45 /configure.in | |
parent | 03e2863a1abcaa29c4f046b11a4466788311ffc4 (diff) |
BUILD_TYPE needs to stay OOo, unless more cleanup happens
Partially revert 58f59291db32e07b06311337be1e9f7a930291b2 - the name
here needs to match all those */prj/build.lst prefixes (which still
have "OOo:" at several places)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 94c1ba8ef687..e7ac86eb0aec 100644 --- a/configure.in +++ b/configure.in @@ -1325,7 +1325,7 @@ AC_ARG_WITH(max-jobs, Defaults to 1, unless you configure --enable-icecream - then to 10.]), ,) -BUILD_TYPE="LibO" +BUILD_TYPE="OOo" dnl =================================================================== dnl Message. |