makefile: Add check for utime.h

This commit is contained in:
Mark Pizzolato 2017-04-07 11:23:05 -07:00
parent cc2c8f10fc
commit c6b10a06de

View file

@ -454,6 +454,9 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
endif
endif
endif
ifneq (,$(call find_include,utime))
OS_CCDEFS += -DHAVE_UTIME
endif
ifneq (,$(call find_include,png))
ifneq (,$(call find_lib,png))
OS_CCDEFS += -DHAVE_LIBPNG