mirror of
https://github.com/json-c/json-c.git
synced 2026-03-24 15:39:07 +08:00
Add support for Commodore Amiga
This commit is contained in:
committed by
Cameron Armstrong (Nightfox)
parent
961c31f8ed
commit
4feebc1cd6
@@ -95,7 +95,7 @@ endif() # end "standalone mode" block
|
||||
# ---------------------------------
|
||||
|
||||
check_include_file(sys/resource.h HAVE_SYS_RESOURCE_H) # for getrusage
|
||||
if (HAVE_SYS_RESOURCE_H)
|
||||
if (HAVE_SYS_RESOURCE_H AND NOT AMIGA)
|
||||
check_symbol_exists(getrusage "sys/resource.h" HAVE_GETRUSAGE)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user