[Bug 2303] INVEKOS GIS can't open file

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Jan 18 10:36:34 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2303

--- Comment #16 from JiriVanek <jvanek at redhat.com> ---
See:
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2016-January/034568.html

diff -r 968f54348b70 acinclude.m4
--- a/acinclude.m4    Thu Jan 14 16:28:48 2016 +0100
+++ b/acinclude.m4    Mon Jan 18 11:32:01 2016 +0100
@@ -446,6 +446,12 @@
     done
   fi
   AC_MSG_RESULT(${TAGSOUP_JAR})
+  if test -z "${TAGSOUP_JAR}"; then
+    AC_MSG_RESULT(***********************************************)
+    AC_MSG_RESULT(*  Warning you are building without tagsoup   *)
+    AC_MSG_RESULT(* Some jnlps and most htmls will be malformed *)
+    AC_MSG_RESULT(***********************************************)
+  fi
   AC_SUBST(TAGSOUP_JAR)
   AM_CONDITIONAL([HAVE_TAGSOUP], [test x$TAGSOUP_JAR != xno -a x$TAGSOUP_JAR
!= x ])
 ])


Thoughts?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160118/4b29f90c/attachment-0001.html>


More information about the distro-pkg-dev mailing list