makefile: Add check for utime.h
This commit is contained in:
parent
cc2c8f10fc
commit
c6b10a06de
1 changed files with 3 additions and 0 deletions
3
makefile
3
makefile
|
@ -454,6 +454,9 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
ifneq (,$(call find_include,utime))
|
||||||
|
OS_CCDEFS += -DHAVE_UTIME
|
||||||
|
endif
|
||||||
ifneq (,$(call find_include,png))
|
ifneq (,$(call find_include,png))
|
||||||
ifneq (,$(call find_lib,png))
|
ifneq (,$(call find_lib,png))
|
||||||
OS_CCDEFS += -DHAVE_LIBPNG
|
OS_CCDEFS += -DHAVE_LIBPNG
|
||||||
|
|
Loading…
Add table
Reference in a new issue