aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 7ec286fc..dd421a4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of GNUnet. 1# This file is part of GNUnet.
2# (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Christian Grothoff (and other contributing authors) 2# (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Christian Grothoff (and other contributing authors)
3# 3#
4# GNUnet is free software; you can redistribute it and/or modify 4# GNUnet is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published 5# it under the terms of the GNU General Public License as published
@@ -42,17 +42,9 @@ AC_PROG_CXX
42AC_HEADER_STDC 42AC_HEADER_STDC
43AC_CANONICAL_HOST 43AC_CANONICAL_HOST
44 44
45
46# dynamic libraries/plugins 45# dynamic libraries/plugins
47AC_LIBTOOL_DLOPEN
48AC_LIBLTDL_INSTALLABLE
49AC_SUBST(LTDLINCL)
50AC_SUBST(LIBLTDL)
51AC_DISABLE_STATIC 46AC_DISABLE_STATIC
52AC_PROG_LIBTOOL 47AC_PROG_LIBTOOL
53AC_LIB_LTDL
54AC_CONFIG_SUBDIRS(libltdl)
55
56 48
57AC_SYS_LARGEFILE 49AC_SYS_LARGEFILE
58AC_FUNC_FSEEKO 50AC_FUNC_FSEEKO