summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2012-03-12 14:47:31 +0100
committerStephen Gallagher <sgallagh@redhat.com>2013-03-26 15:17:53 -0400
commit81cd0deb83b42df0ee9371fda035af774f3be886 (patch)
tree5335b301ff60c26f58775248ffdf5c7559caf6c0
parent6bd336bec70fbef75e2190c999ce89cc07489650 (diff)
downloadsssd-81cd0deb83b42df0ee9371fda035af774f3be886.tar.gz
sssd-81cd0deb83b42df0ee9371fda035af774f3be886.tar.xz
sssd-81cd0deb83b42df0ee9371fda035af774f3be886.zip
sssd-1.8.0: work around a bug in cov-build from Coverity
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 57dec022a..70671ae7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,6 +182,9 @@ if test x$has_dbus != xno; then
LIBS="$SAFE_LIBS"
fi
+# work around a bug in cov-build from Coverity
+test -n "$XML_CATALOG_FILES" || unset XML_CATALOG_FILES
+
if test x$HAVE_MANPAGES != x; then
CHECK_XML_TOOLS