Skip to content
Snippets Groups Projects
Commit 14192d03 authored by Walter Poxon's avatar Walter Poxon
Browse files

b=13539

i=johann
i=adilger

fix for configure: WARNING: linux/random.h: present but cannot be compiled
parent 6d835462
No related branches found
No related tags found
No related merge requests found
...@@ -1779,8 +1779,12 @@ AC_CHECK_FUNCS([inet_ntoa]) ...@@ -1779,8 +1779,12 @@ AC_CHECK_FUNCS([inet_ntoa])
# libsysio/src/readlink.c # libsysio/src/readlink.c
LC_READLINK_SSIZE_T LC_READLINK_SSIZE_T
# lvfs/prng.c # lvfs/prng.c - depends on linux/types.h from liblustre/dir.c
AC_CHECK_HEADERS([linux/random.h]) AC_CHECK_HEADERS([linux/random.h], [], [],
[#ifdef HAVE_LINUX_TYPES_H
# include <linux/types.h>
#endif
])
# utils/llverfs.c # utils/llverfs.c
AC_CHECK_HEADERS([ext2fs/ext2fs.h]) AC_CHECK_HEADERS([ext2fs/ext2fs.h])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment