diff -ruN src/main/modules.c.orig src/main/modules.c --- src/main/modules.c.orig 2009-12-30 17:44:35.000000000 +0200 +++ src/main/modules.c 2010-02-08 01:26:54.000000000 +0200 @@ -207,9 +207,6 @@ * Solve the issues of libraries linking to other libraries * by using a newer libltdl API. */ -#ifndef HAVE_LT_DLADVISE_INIT -#define fr_dlopenext lt_dlopenext -#else static lt_dlhandle fr_dlopenext(const char *filename) { lt_dlhandle handle = 0; @@ -225,7 +222,6 @@ return handle; } -#endif /* HAVE_LT_DLADVISE_INIT */ #endif /* WITHOUT_LIBLTDL */ static int virtual_server_idx(const char *name)