diff options
author | Mark Andrews <marka@isc.org> | 2013-05-15 10:49:54 +1000 |
---|---|---|
committer | Mark Andrews <marka@isc.org> | 2013-05-15 10:49:54 +1000 |
commit | dc9d7b08aa62743e7cbfb1795c324b3c1773ecd0 (patch) | |
tree | 5f15f5dc67d166c072f276867a0172071bcaff9f /configure.ac | |
parent | 7133470475b841299f06487039be10003d020456 (diff) | |
download | isc-dhcp-dc9d7b08aa62743e7cbfb1795c324b3c1773ecd0.tar.gz |
- Silence benign static analysis warnings.
[ISC-Bugs #33428]
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d14a0193..84d15c1d 100644 --- a/configure.ac +++ b/configure.ac @@ -535,6 +535,8 @@ AC_SEARCH_LIBS(inet_aton, [socket nsl], , # Check for a standalone regex library. AC_SEARCH_LIBS(regcomp, [regex]) +AC_CHECK_FUNCS(strlcat) + # For HP/UX we need -lipv6 for if_nametoindex, perhaps others. AC_SEARCH_LIBS(if_nametoindex, [ipv6]) |