/hg/icedtea-web: acinclude.m4 IT_CHECK_FOR_TAGSOUP is now correc...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Tue Jun 25 08:09:27 PDT 2013


changeset 7c24f734945f in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=7c24f734945f
author: Jiri Vanek <jvanek at redhat.com>
date: Tue Jun 25 17:09:11 2013 +0200

	acinclude.m4 IT_CHECK_FOR_TAGSOUP is now correctly setting HAVE_TAGSOUP when it is not found


diffstat:

 ChangeLog    |  5 +++++
 acinclude.m4 |  2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r cedfb2895986 -r 7c24f734945f ChangeLog
--- a/ChangeLog	Mon Jun 24 12:29:46 2013 +0200
+++ b/ChangeLog	Tue Jun 25 17:09:11 2013 +0200
@@ -1,3 +1,8 @@
+2013-06-25  Jiri Vanek <jvanek at redhat.com>
+
+	* acinclude.m4: (IT_CHECK_FOR_TAGSOUP) is now correctly setting
+	HAVE_TAGSOUP when it is not found
+
 2013-06-24  Jiri Vanek <jvanek at redhat.com>
 
 	JNLP file is now re-downloading only if is local and have href
diff -r cedfb2895986 -r 7c24f734945f acinclude.m4
--- a/acinclude.m4	Mon Jun 24 12:29:46 2013 +0200
+++ b/acinclude.m4	Tue Jun 25 17:09:11 2013 +0200
@@ -425,7 +425,7 @@
   fi
   AC_MSG_RESULT(${TAGSOUP_JAR})
   AC_SUBST(TAGSOUP_JAR)
-  AM_CONDITIONAL([HAVE_TAGSOUP], [test x$TAGSOUP_JAR != xno])
+  AM_CONDITIONAL([HAVE_TAGSOUP], [test x$TAGSOUP_JAR != xno -a x$TAGSOUP_JAR != x ])
 ])
 
 dnl Generic macro to check for a Java class



More information about the distro-pkg-dev mailing list