summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
Diffstat (limited to 'daemons')
-rw-r--r--daemons/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/configure.ac b/daemons/configure.ac
index ebf625ebf..ae57d64ee 100644
--- a/daemons/configure.ac
+++ b/daemons/configure.ac
@@ -264,7 +264,7 @@ fi
AM_CONDITIONAL([HAVE_CHECK], [test x$have_check != x])
dnl -- dirsrv is needed for the extdom unit tests --
-PKG_CHECK_MODULES([DIRSRV], [dirsrv])
+PKG_CHECK_MODULES([DIRSRV], [dirsrv >= 1.3.0])
dnl -- sss_idmap is needed by the extdom exop --
PKG_CHECK_MODULES([SSSIDMAP], [sss_idmap])