/hg/icedtea-web: Add configure checks for new non-standard sun.*...
omajid at icedtea.classpath.org
omajid at icedtea.classpath.org
Tue Aug 23 08:04:13 PDT 2011
changeset 924ec4d87970 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=924ec4d87970
author: Omair Majid <omajid at redhat.com>
date: Tue Aug 23 11:03:13 2011 -0400
Add configure checks for new non-standard sun.* classes
2011-08-23 Omair Majid <omajid at redhat.com>
* configure.ac: Add check for new non-standard classes
sun.net.www.protocol.jar.URLJarFile and
sun.net.www.protocol.jar.URLJarFileCallBack.
diffstat:
ChangeLog | 6 ++++++
configure.ac | 2 ++
2 files changed, 8 insertions(+), 0 deletions(-)
diffs (25 lines):
diff -r 334a44162495 -r 924ec4d87970 ChangeLog
--- a/ChangeLog Tue Aug 23 10:57:14 2011 -0400
+++ b/ChangeLog Tue Aug 23 11:03:13 2011 -0400
@@ -1,3 +1,9 @@
+2011-08-23 Omair Majid <omajid at redhat.com>
+
+ * configure.ac: Add check for new non-standard classes
+ sun.net.www.protocol.jar.URLJarFile and
+ sun.net.www.protocol.jar.URLJarFileCallBack.
+
2011-08-23 Omair Majid <omajid at redhat.com>
* Makefile.am: Remove JRE. Replace uses with SYSTEM_JRE_DIR instead. Also
diff -r 334a44162495 -r 924ec4d87970 configure.ac
--- a/configure.ac Tue Aug 23 10:57:14 2011 -0400
+++ b/configure.ac Tue Aug 23 11:03:13 2011 -0400
@@ -73,6 +73,8 @@
IT_CHECK_FOR_CLASS(SUN_SECURITY_VALIDATOR_VALIDATOREXCEPTION, [sun.security.validator.ValidatorException])
IT_CHECK_FOR_CLASS(COM_SUN_NET_SSL_INTERNAL_SSL_X509EXTENDEDTRUSTMANAGER,
[com.sun.net.ssl.internal.ssl.X509ExtendedTrustManager])
+IT_CHECK_FOR_CLASS(SUN_NET_WWW_PROTOCOL_JAR_URLJARFILE, [sun.net.www.protocol.jar.URLJarFile])
+IT_CHECK_FOR_CLASS(SUN_NET_WWW_PROTOCOL_JAR_URLJARFILECALLBACK, [sun.net.www.protocol.jar.URLJarFileCallBack])
IT_CHECK_FOR_CLASS(SUN_AWT_X11_XEMBEDDEDFRAME, [sun.awt.X11.XEmbeddedFrame])
IT_CHECK_FOR_CLASS(SUN_MISC_REF, [sun.misc.Ref])
IT_CHECK_FOR_CLASS(COM_SUN_JNDI_TOOLKIT_URL_URLUTIL, [com.sun.jndi.toolkit.url.UrlUtil])
More information about the distro-pkg-dev
mailing list