]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3550] AC_PROG_LN_S and ChangeLog entry
authorAndrei Pavel <andrei@isc.org>
Mon, 26 Aug 2024 13:36:50 +0000 (16:36 +0300)
committerAndrei Pavel <andrei@isc.org>
Mon, 26 Aug 2024 13:36:50 +0000 (16:36 +0300)
ChangeLog
configure.ac

index 78d467e7759dca50dc868f551a619360e5b85c65..e09e5345dde6b4de506f3418c3eb1420a8725cd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2277.  [build]         andrei
+       "libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so".
+
 2276.  [build]         razvan
        The library version numbers have been bumped up for the Kea 2.7.2
        development release.
index a2a20d5da9e41b0ad14edd3a749378b5df8f419b..14440fd97ec914e6651872906cc57ecf252a4aeb 100644 (file)
@@ -42,6 +42,9 @@ AC_PROG_CXX
 # Check for preprocessors.
 AC_PROG_CXXCPP
 
+# Check for ln -s.
+AC_PROG_LN_S
+
 # Check for exact Kea version.
 AC_MSG_CHECKING(whether this is a tarball or git source or package preparation)
 # KEA_PKG_VERSION_IN_CONFIGURE and KEA_PKG_TYPE_IN_CONFIGURE names may be weird