|
|
|
@ -117,7 +117,7 @@ check_include_file("tgmath.h" HAVE_TGMATH_H)
@@ -117,7 +117,7 @@ check_include_file("tgmath.h" HAVE_TGMATH_H)
|
|
|
|
|
if(HAVE_TGMATH_H) |
|
|
|
|
check_c_source_compiles("#include <tgmath.h> |
|
|
|
|
const float val = 2, val2 = 3; |
|
|
|
|
int main(){ return (int)(-asin(val) + cos(val2));" HAVE_VALID_TGMATH_H ) |
|
|
|
|
int main(){ return (int)(-asin(val) + cos(val2)); }" HAVE_VALID_TGMATH_H ) |
|
|
|
|
if(${HAVE_VALID_TGMATH_H}) |
|
|
|
|
add_definitions(-DHAVE_TGMATH_H) |
|
|
|
|
endif() |
|
|
|
|