diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b5dbc0d250..108ca6e512 100644 --- a/configure.ac +++ b/configure.ac @@ -145,6 +145,17 @@ if ! test x"$ac_distver" = x""; then AC_DEFINE_UNQUOTED(NM_DIST_VERSION, "$ac_distver", [Define the distribution version string]) fi +AC_CHECK_DECLS([getrandom], + [], [], [[ +#include <sys/types.h> +#include <unistd.h> +#include <sys/mount.h> +#include <fcntl.h> +#include <sched.h> +#include <linux/loop.h> +#include <linux/random.h> +]]) + dnl dnl Default to using WEXT but allow it to be disabled dnl |