Allow configure to detect if EC implementation is present
David Holmes
david.holmes at oracle.com
Thu Mar 14 02:02:02 UTC 2013
On 14/03/2013 6:09 AM, Omair Majid wrote:
> Hi,
>
> jdk/makefiles/CompileNativeLibraries.gmk has a little note:
>
> TODO Set DISABLE_INTREE_EC in configure if
> src/share/native/sun/security/ec/impl is not present
>
> The webrev at http://cr.openjdk.java.net/~omajid/webrevs/intree-ec/00/
> implements this. Does this look okay for jdk8/build ? Can I get a bug id?
Bug ID: 8010030
I think it is more consistent to set the variable to yes/no and change:
ifndef DISABLE_INTREE_EC
to
ifeq ($DISABLE_INTREE_EC), yes)
Thanks,
David
> Thanks,
> Omair
>
More information about the build-dev
mailing list