From: Erwin Janssen Date: Mon, 20 Jun 2016 23:43:43 +0000 (+0200) Subject: Windows: Re-enable libtool. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30ba3a09d80b17a430da2198f4e3f52a3c6d1428;p=graphviz Windows: Re-enable libtool. --- diff --git a/lib/common/utils.c b/lib/common/utils.c index 869af81b2..c2cf319f2 100644 --- a/lib/common/utils.c +++ b/lib/common/utils.c @@ -18,6 +18,10 @@ #include "logic.h" #include "gvc.h" +#ifdef WIN32 +#include "libltdl/lt_system.h" +#endif + #include #include diff --git a/windows/include/config.h b/windows/include/config.h index ad98526b5..41d08a7da 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -32,7 +32,7 @@ #define GVPLUGIN_VERSION 6 /* Define if you want on-demand plugin loading */ -/* #undef ENABLE_LTDL 1 */ +#define ENABLE_LTDL 1 /* Define to 1 if you have `alloca', as a function or macro. */ #define HAVE_ALLOCA 1