commit | 04c0956e207e3b27a700494f8dc77f902cd53731 | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <[email protected]> | Fri Apr 04 08:19:00 2014 -0300 |
committer | Lucas De Marchi <[email protected]> | Mon Apr 07 11:00:24 2014 -0300 |
tree | fc817394054a5fe65797f4654bd53f725a10c51d | |
parent | 29bc329f550644aa034b1581fd1ccbb6ab787d4b [diff] [blame] |
Add strndupa to missing.h
diff --git a/configure.ac b/configure.ac index 579d981..4040908 100644 --- a/configure.ac +++ b/configure.ac
@@ -50,6 +50,9 @@ # dietlibc doesn't have st.st_mtim struct member AC_CHECK_MEMBERS([struct stat.st_mtim], [], [], [#include <sys/stat.h>]) +# musl 1.0 and bionic 4.4 don't have strndupa +AC_CHECK_DECLS_ONCE([strndupa]) + # Check kernel headers AC_CHECK_HEADERS_ONCE([linux/module.h])