From 213d115df151044458968274cca3352d81e6da93 Mon Sep 17 00:00:00 2001 From: Deepak Bhole Date: Mon, 17 Sep 2012 16:40:25 -0400 Subject: PR1161: X509VariableTrustManager does not work correctly with OpenJDK7 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cc71215..37324ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -348,6 +348,9 @@ netx-source-files.txt: if !WITH_RHINO sed -i '/RhinoBasedPacEvaluator/ d' $@ endif +if !HAVE_JAVA7 + sed -i '/VariableX509TrustManagerJDK7/ d' $@ +endif stamps/netx.stamp: netx-source-files.txt stamps/bootstrap-directory.stamp mkdir -p $(NETX_DIR) -- cgit v1.2.3