Skip to content

Commit f5d04e6

Browse files
committed
[#3550] AC_PROG_LN_S and ChangeLog entry
1 parent 4ed3659 commit f5d04e6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2277. [build] andrei
2+
"libca_rbac.so" is now a symbolic link to "libdhcp_rbac.so".
3+
14
2276. [build] razvan
25
The library version numbers have been bumped up for the Kea 2.7.2
36
development release.

configure.ac

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ AC_PROG_CXX
4242
# Check for preprocessors.
4343
AC_PROG_CXXCPP
4444

45+
# Check for ln -s.
46+
AC_PROG_LN_S
47+
4548
# Check for exact Kea version.
4649
AC_MSG_CHECKING(whether this is a tarball or git source or package preparation)
4750
# KEA_PKG_VERSION_IN_CONFIGURE and KEA_PKG_TYPE_IN_CONFIGURE names may be weird

0 commit comments

Comments
 (0)