1
0
mirror of https://github.com/simh/simh.git synced 2026-01-13 15:27:14 +00:00

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