Hi,

[EMAIL PROTECTED] wrote:
> +dnl 
> ========================================================================================
> +dnl Builds without OpenJDK 6 need Streaming API for XML (StAX, ie. 
> jsr173_1.0_api.jar)
> +dnl 
> ========================================================================================
> +if test "$_jdk_ver" -lt 10600; then
> +   AC_MSG_CHECKING([for jsr173_1.0_api.jar])
> +   if test -x ../external/StAX/jsr173_1.0_api.jar; then
> +      AC_MSG_RESULT([found])
> +   else
> +      AC_MSG_ERROR([jsr173_1.0_api.jar is missing in external/StAX/.
> +Get it 
> <https://stax-utils.dev.java.net/source/browse/*checkout*/stax-utils/lib/jars/jsr173_1.0_api.jar>
>  from the StAX Java site <https://sjsxp.dev.java.net/> and put it into 
> external/StAX.    
> +.])
> +   fi
> +fi 
> +

*scream*

No. please. Put it to external and build it if you need it.

Regards,

Rene

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to