]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3254] show premium source in config report
authorAndrei Pavel <andrei@isc.org>
Fri, 22 Mar 2024 09:45:06 +0000 (11:45 +0200)
committerAndrei Pavel <andrei@isc.org>
Wed, 24 Apr 2024 12:23:48 +0000 (15:23 +0300)
configure.ac

index a1574b065b949ac9e26fc1ecccf3c399019774ac..7f90906791825db04824c6e01871ace674f708e4 100644 (file)
@@ -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