diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
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 | |||
42 | AC_HEADER_STDC | 42 | AC_HEADER_STDC |
43 | AC_CANONICAL_HOST | 43 | AC_CANONICAL_HOST |
44 | 44 | ||
45 | |||
46 | # dynamic libraries/plugins | 45 | # dynamic libraries/plugins |
47 | AC_LIBTOOL_DLOPEN | ||
48 | AC_LIBLTDL_INSTALLABLE | ||
49 | AC_SUBST(LTDLINCL) | ||
50 | AC_SUBST(LIBLTDL) | ||
51 | AC_DISABLE_STATIC | 46 | AC_DISABLE_STATIC |
52 | AC_PROG_LIBTOOL | 47 | AC_PROG_LIBTOOL |
53 | AC_LIB_LTDL | ||
54 | AC_CONFIG_SUBDIRS(libltdl) | ||
55 | |||
56 | 48 | ||
57 | AC_SYS_LARGEFILE | 49 | AC_SYS_LARGEFILE |
58 | AC_FUNC_FSEEKO | 50 | AC_FUNC_FSEEKO |