summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-05-17 23:06:14 -0400
committerMike Frysinger <vapier@gentoo.org>2016-05-17 23:06:14 -0400
commit1239832a09b160a21a092cafcef56c3c16f554f1 (patch)
tree69fd7d3c60b6101dde9fafbba0cc07c2d08891c7 /windows
parent32c5072fd65f4692a728c802adb403ccf5c8d7e9 (diff)
downloadlibgd-1239832a09b160a21a092cafcef56c3c16f554f1.tar.gz
configure/cmake: unify header checks and config.h generation
Rather than hand maintain config.h.cmake (which is already out of date), re-use the autogenerated config.h from autoheader.
Diffstat (limited to 'windows')
-rw-r--r--windows/Makefile.vc1
1 files changed, 0 insertions, 1 deletions
diff --git a/windows/Makefile.vc b/windows/Makefile.vc
index f17c50d..c6562a1 100644
--- a/windows/Makefile.vc
+++ b/windows/Makefile.vc
@@ -45,7 +45,6 @@ CFLAGS=/nologo /O2 /Qvec-report:1 /MD /TC\
/DBGDWIN32=1\
/DHAVE_FT2BUILD_H=1\
/DHAVE_GD_H=1\
- /DHAVE_PNG_H=1\
/DHAVE_ICONV_H=1\
/DHAVE_GD_BUNDLED=1\
/DHAVE_LIBFREETYPE=1\