7 Oct
2009
7 Oct
'09
8:32 a.m.
Hi, easy fix: diff --git a/configure.in b/configure.in index 770068d..c7d41e6 100644 --- a/configure.in +++ b/configure.in @@ -75,7 +75,7 @@ fi AC_ARG_WITH(system-libtldl, [ --with-system-libtldl Use the libtltdl installed in your system (default=use our own)], [ -LIBLTDL="-ltdl" +LIBLTDL="-lltdl" INCLTDL= LTDL_SUBDIRS= ], I'm not a expert in these things, so please excuse my dumb asking: Why does freeradius want to use his own libtool and libltdl? Are the ones out there that broken or is there any other reason? And are there disadvantages of using the ones included in FR? Debian seems to prefer the system's... Regards, Jakob