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:14:33 -0400
commitb50dffea929ee5cd0c59ba3c4822337cc162ff92 (patch)
treed1f4f8ac6e05f3d8fb9ec05b33435a4566b6ccb2
parent73d33c230d20ec645c661884ec06c955611e8abd (diff)
downloadsssd-b50dffea929ee5cd0c59ba3c4822337cc162ff92.tar.gz
sssd-b50dffea929ee5cd0c59ba3c4822337cc162ff92.tar.xz
sssd-b50dffea929ee5cd0c59ba3c4822337cc162ff92.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 35616c165..0d8108405 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,6 +185,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