aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-06-25 17:09:11 +0200
committerJiri Vanek <[email protected]>2013-06-25 17:09:11 +0200
commit2c2784f8a6152d04f357050fbb7c874f4c99188c (patch)
tree52d4702d41bfb2e9215bd5b187fe7e54521edf34 /acinclude.m4
parent397ad054e4db834b924a038daa6144158f68db65 (diff)
acinclude.m4 IT_CHECK_FOR_TAGSOUP is now correctly setting HAVE_TAGSOUP when it is not found
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ca8077c..6d2ca55 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -425,7 +425,7 @@ AC_DEFUN_ONCE([IT_CHECK_FOR_TAGSOUP],
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