aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-03-16 20:04:27 +0100
committerChristian Grothoff <christian@grothoff.org>2019-03-16 20:04:52 +0100
commit9d0035b23fea7789f47778c8424047e609f59834 (patch)
tree5e368194f7241d3fa362dd194097480565ff270a /configure.ac
parent1d2b751c50be84f41a5ce1911f2b641933ca7651 (diff)
downloadgnunet-9d0035b23fea7789f47778c8424047e609f59834.tar.gz
gnunet-9d0035b23fea7789f47778c8424047e609f59834.zip
attempt to fix code portability issue reported on help-gnunet
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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
312fi 312fi
313AC_DEFINE_UNQUOTED([NEED_LIBGCRYPT_VERSION], "$NEED_LIBGCRYPT_VERSION", [required libgcrypt version]) 313AC_DEFINE_UNQUOTED([NEED_LIBGCRYPT_VERSION], "$NEED_LIBGCRYPT_VERSION", [required libgcrypt version])
314 314
315AC_CHECK_DECLS([struct in6_ifreq], [], [], [[#include <linux/if_tun.h>]])
316
317
318
315# should the build process be building the documentation? 319# should the build process be building the documentation?
316AC_MSG_CHECKING(whether to build documentation) 320AC_MSG_CHECKING(whether to build documentation)
317AC_ARG_ENABLE([documentation], 321AC_ARG_ENABLE([documentation],