mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
Build: fix ipaplatform detection for out-of-tree builds
https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
8de11b091f
commit
3d6b8f8bdd
@ -323,7 +323,7 @@ if test "x${IPAPLATFORM}" == "x"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if test ! -d "ipaplatform/${IPAPLATFORM}"; then
|
||||
if test ! -d "${srcdir}/ipaplatform/${IPAPLATFORM}"; then
|
||||
AC_MSG_ERROR([IPA platform ${IPAPLATFORM} is not supported])
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user