diff options
author | Andrei Pavel <andrei@isc.org> | 2022-10-05 16:16:03 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2022-10-21 16:45:24 +0200 |
commit | f37159f34c666369322b61c1eb05bc42f52fd573 (patch) | |
tree | b1592b7270b5e8e05eb2ba1074c12afefdd02149 /m4macros/ax_find_library.m4 | |
parent | [#2311] ax_find_library: search for .pc file in lib64 as well (diff) | |
download | kea-f37159f34c666369322b61c1eb05bc42f52fd573.tar.xz kea-f37159f34c666369322b61c1eb05bc42f52fd573.zip |
[#2311] migrate autoconf to libyang2 and sysrepo2
Diffstat (limited to 'm4macros/ax_find_library.m4')
-rw-r--r-- | m4macros/ax_find_library.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4macros/ax_find_library.m4 b/m4macros/ax_find_library.m4 index 135e8bfb29..a2263bf5cc 100644 --- a/m4macros/ax_find_library.m4 +++ b/m4macros/ax_find_library.m4 @@ -166,8 +166,8 @@ AC_DEFUN([AX_DISPLAY_LIBRARY_WARNINGS], [ # input: # * value of --with-library # * list of variables to retrieve with pkg-config -# * additional paths to pass to pkg-config, for when a .pc file has -# a dependency +# * additional colon-separated paths to pass to pkg-config, +# for when a .pc file has a dependency # output: # * LIBRARY_FOUND # * LIBRARY_CPPFLAGS |