aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2011-02-21 20:41:06 +0000
committerNils Durner <durner@gnunet.org>2011-02-21 20:41:06 +0000
commit31dbbcdffc2544a63628d357d9e3a2655f6d8f77 (patch)
tree9b703a965ec6d3ccca4bf330b49017b2a414a8e9 /configure.ac
parentb35e4e090c6bfcc6eb5cc5ba4f563b1a91749b65 (diff)
downloadgnunet-31dbbcdffc2544a63628d357d9e3a2655f6d8f77.tar.gz
gnunet-31dbbcdffc2544a63628d357d9e3a2655f6d8f77.zip
strtok_r
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7938ff1d8..822c0d53e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,8 @@ AH_TOP([#define _GNU_SOURCE 1])
32AC_CANONICAL_HOST 32AC_CANONICAL_HOST
33AC_PROG_AWK 33AC_PROG_AWK
34AC_PROG_CC 34AC_PROG_CC
35gl_EARLY
36gl_INIT
35AC_PROG_CPP 37AC_PROG_CPP
36AC_PROG_CXX 38AC_PROG_CXX
37AC_PROG_OBJC 39AC_PROG_OBJC
@@ -809,6 +811,7 @@ src/testing/Makefile
809src/topology/Makefile 811src/topology/Makefile
810src/transport/Makefile 812src/transport/Makefile
811src/util/Makefile 813src/util/Makefile
814src/util/libgnu/Makefile
812src/vpn/Makefile 815src/vpn/Makefile
813src/chat/Makefile 816src/chat/Makefile
814pkgconfig/Makefile 817pkgconfig/Makefile