foxygit / doom Log in
commit 3d315652c31b7858af29448b2f796ee2363a66b3
Author:     Alex Mayfield <alexmax2742@gmail.com>
AuthorDate: Sat May 26 17:21:18 2018 -0400
Commit:     Alex Mayfield <alexmax2742@gmail.com>
CommitDate: Sat May 26 17:21:18 2018 -0400

    If libpng is missing, do not define HAVE_LIBPNG
---
 config.h.cin | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h.cin b/config.h.cin
index 4a3b8a15..1c875bbe 100644
--- a/config.h.cin
+++ b/config.h.cin
@@ -4,6 +4,6 @@
 #cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
 #cmakedefine PROGRAM_PREFIX "@PROGRAM_PREFIX@"

-#cmakedefine01 HAVE_LIBPNG
+#cmakedefine HAVE_LIBPNG
 #cmakedefine01 HAVE_DECL_STRCASECMP
 #cmakedefine01 HAVE_DECL_STRNCASECMP