libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit f1070b00242450cc7688dfc0ef6227b560cc1833
parent 7ce38b08edf8e218637bec6c59760c4cc2dc99b5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 27 Jun 2013 14:49:02 +0000

-make libtool checks simiar to GNUnet, hopefully fixing FreeBSD buildbot ftbfs doing so

Diffstat:
Mconfigure.ac | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -34,6 +34,7 @@ AC_PROG_LIBTOOL # need not have -ldl added LIBSOLD=$LIBS LT_INIT([disable-static dlopen win32-dll]) +LT_CONFIG_LTDL_DIR([libltdl]) LTDL_INIT AC_SUBST(LTDLINCL) AC_SUBST(LIBLTDL)