diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-03-16 20:04:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-03-16 20:04:52 +0100 |
commit | 9d0035b23fea7789f47778c8424047e609f59834 (patch) | |
tree | 5e368194f7241d3fa362dd194097480565ff270a /configure.ac | |
parent | 1d2b751c50be84f41a5ce1911f2b641933ca7651 (diff) |
attempt to fix code portability issue reported on help-gnunet
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0abfb40b4..d69683ff8 100644 --- a/configure.ac +++ b/configure.ac @@ -312,6 +312,10 @@ then fi AC_DEFINE_UNQUOTED([NEED_LIBGCRYPT_VERSION], "$NEED_LIBGCRYPT_VERSION", [required libgcrypt version]) +AC_CHECK_DECLS([struct in6_ifreq], [], [], [[#include <linux/if_tun.h>]]) + + + # should the build process be building the documentation? AC_MSG_CHECKING(whether to build documentation) AC_ARG_ENABLE([documentation], |