diff options
author | Nils Durner <durner@gnunet.org> | 2011-02-21 20:41:06 +0000 |
---|---|---|
committer | Nils Durner <durner@gnunet.org> | 2011-02-21 20:41:06 +0000 |
commit | 31dbbcdffc2544a63628d357d9e3a2655f6d8f77 (patch) | |
tree | 9b703a965ec6d3ccca4bf330b49017b2a414a8e9 /configure.ac | |
parent | b35e4e090c6bfcc6eb5cc5ba4f563b1a91749b65 (diff) |
strtok_r
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7938ff1d87..822c0d53e2 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,8 @@ AH_TOP([#define _GNU_SOURCE 1]) AC_CANONICAL_HOST AC_PROG_AWK AC_PROG_CC +gl_EARLY +gl_INIT AC_PROG_CPP AC_PROG_CXX AC_PROG_OBJC @@ -809,6 +811,7 @@ src/testing/Makefile src/topology/Makefile src/transport/Makefile src/util/Makefile +src/util/libgnu/Makefile src/vpn/Makefile src/chat/Makefile pkgconfig/Makefile |