From c6b10a06de26e33a7fbebc7d2c7e12c2d0c1b307 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Fri, 7 Apr 2017 11:23:05 -0700 Subject: [PATCH] makefile: Add check for utime.h --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index b6dab0ab..3d98a705 100644 --- a/makefile +++ b/makefile @@ -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