X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=76fda3960495f80603caaadae7dcc95c93e79a71;hb=fe5a260dcfd5a746197621c529a0d4784e51d0f7;hp=91105c3c3938bc26bb2949304c657b3d63542d6e;hpb=0b22f41211ce18231ee232b52bf9b8a7d52b6d65;p=oweals%2Fgnunet.git diff --git a/configure.ac b/configure.ac index 91105c3c3..76fda3960 100644 --- a/configure.ac +++ b/configure.ac @@ -550,6 +550,7 @@ AC_CHECK_MEMBER([struct sockaddr_in.sin_len], # Checks for library functions. AC_FUNC_CLOSEDIR_VOID AC_FUNC_FORK +AC_FUNC_VFORK AC_PROG_GCC_TRADITIONAL AC_FUNC_MEMCMP AC_FUNC_SELECT_ARGTYPES @@ -652,6 +653,9 @@ src/hello/Makefile src/include/Makefile src/include/gnunet_directories.h src/hostlist/Makefile +src/nat/Makefile +src/nat/libnatpmp/Makefile +src/nat/miniupnp/Makefile src/peerinfo/Makefile src/statistics/Makefile src/template/Makefile