]> granicus.if.org Git - graphviz/commitdiff
Windows: Re-enable libtool.
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 20 Jun 2016 23:43:43 +0000 (01:43 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 20 Jun 2016 23:43:43 +0000 (01:43 +0200)
lib/common/utils.c
windows/include/config.h

index 869af81b2aae718fdaa65083d092c197a30dc1f0..c2cf319f2440134ddbf55aa9d2a5e933dfcd7a1c 100644 (file)
 #include "logic.h"
 #include "gvc.h"
 
+#ifdef WIN32
+#include "libltdl/lt_system.h"
+#endif
+
 #include <unistd.h>
 #include <ctype.h>
 
index ad98526b552d8b74ff30fac840abc9b63e3c0945..41d08a7da6477f01cd8a9344e4f23f1508259940 100644 (file)
@@ -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