aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-12 00:34:47 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-12 00:34:47 +0000
commit4c72fa477ad226660df116c6275283833a3f5214 (patch)
tree9bab2c50101a44dc37c1f908a0488c58edbaf734 /configure.ac
parent42c8b584e6e8554329ca6282545b775b63af9c39 (diff)
downloadgnunet-4c72fa477ad226660df116c6275283833a3f5214.tar.gz
gnunet-4c72fa477ad226660df116c6275283833a3f5214.zip
removing dead code / unused variables
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 ff6a91d33..1fc3e2eb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,7 @@ AC_PROG_OBJC
37AC_PROG_INSTALL 37AC_PROG_INSTALL
38AC_PROG_LN_S 38AC_PROG_LN_S
39AC_PROG_MAKE_SET 39AC_PROG_MAKE_SET
40AM_PROG_CC_C_O
40LT_CONFIG_LTDL_DIR([libltdl]) 41LT_CONFIG_LTDL_DIR([libltdl])
41AC_CANONICAL_HOST 42AC_CANONICAL_HOST
42LT_INIT([disable-static dlopen win32-dll]) 43LT_INIT([disable-static dlopen win32-dll])
@@ -760,10 +761,12 @@ src/include/gnunet_directories.h
760src/util/Makefile 761src/util/Makefile
761src/fragmentation/Makefile 762src/fragmentation/Makefile
762src/hello/Makefile 763src/hello/Makefile
764src/hostlist/Makefile
763src/peerinfo/Makefile 765src/peerinfo/Makefile
764src/resolver/Makefile 766src/resolver/Makefile
765src/statistics/Makefile 767src/statistics/Makefile
766src/template/Makefile 768src/template/Makefile
769src/topology/Makefile
767src/transport/Makefile 770src/transport/Makefile
768]) 771])
769AC_OUTPUT 772AC_OUTPUT