Include CheckCSourceCompiles module to use CHECK_C_SOURCE_COMPILES.

This commit is contained in:
David Capello 2012-03-22 15:12:26 -03:00
parent ea7b4de213
commit cb3fc67c0d

View File

@ -1,6 +1,8 @@
# ASEPRITE
# Copyright (C) 2001-2012 David Capello
include(CheckCSourceCompiles)
CHECK_C_SOURCE_COMPILES("
#include <unistd.h>
int main() {