- HAVE_LIBFREETYPE -> HAVE_FREETYPE2 in config.h
- Since #include <config.h> was removed from many of the .c files,
add -DNONDLL to make file.
- Revert to old gdhelpers.h. I don't know how libgd is built on Windows
by others, but we need to disable threads to prevent <windows.h> from
being included.
/* Define if you have the freetype library (-lfreetype), */
#define HAVE_LIBFREETYPE 1
+#define HAVE_FREETYPE2 1
/* Define if you have the XAW library */
/* #define HAVE_LIBXAW 1 */