mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
[#3254] show premium source in config report
This commit is contained in:
parent
eba8f2ab98
commit
11d636c074
@ -60,8 +60,9 @@ else
|
||||
KEA_SRCID="tarball"
|
||||
AC_MSG_RESULT("tarball")
|
||||
fi
|
||||
|
||||
# Export KEA_SRCID to config.h
|
||||
# This will be either "tarball" or "git abcd".
|
||||
# This will be either package version or "tarball" or "git abcd".
|
||||
# We do not want to put this in a config.h, because it messes up ccache
|
||||
# horribly. When building different branches, the commit-id is different
|
||||
# and since the config.h is included in most files *and* has a different
|
||||
@ -1863,7 +1864,7 @@ Package:
|
||||
END
|
||||
if test "$PREMIUM" != ""; then
|
||||
cat >> config.report << END
|
||||
Premium hooks: yes
|
||||
Premium hooks: ${PREMIUM}
|
||||
Included Hooks: ${INCLUDED_HOOKS}
|
||||
END
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user