On Mon, Apr 23, 2012 at 1:12 PM, Korrawit Pruegsanusak
<detective.conan.1412@gmail.com> wrote:
Hello Norbert, all,
In commit [1], is it intended to have a trailing question marks like this:
+export ENABLE_CORETEXT?=@ENABLE_CORETEXT@
and
-export GMAKE_PARALLELISM=@GMAKE_PARALLELISM@
+export GMAKE_PARALLELISM?=@GMAKE_PARALLELISM@
Yes it is intended, this allow to override this after the autogen...
which allow to switch come ENABLE_CORETEXT yes/no on the fly and also
to drop the //ism to 1 for instance on certain partial rebuild. both
very convenient while coding that feature :-)
And I think the message in AC_MSG_CHECKING is incorrect:
+if test "$_os" = "Darwin"; then
+ AC_MSG_CHECKING([whether to build the MySQL Connector extension])
+ if test "$enable_coretext" = "yes"; then
yep, looks like a botched cut-and-paste :-)
Norbert
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.