diff options
author | Chris Robinson <[email protected]> | 2011-09-23 22:44:34 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-23 22:44:34 -0700 |
commit | da62f5052890054daa11603eb9bd2522cae8a3df (patch) | |
tree | b1cae1c1d141a05974aef7d7de971fc619e91b20 /config.h.in | |
parent | e84e38cc193be0678f98cf8b5deba1471c77e225 (diff) |
Check for asinf and use it
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b6c945a5..645e4208 100644 --- a/config.h.in +++ b/config.h.in @@ -62,6 +62,9 @@ /* Define if we have the acosf function */ #cmakedefine HAVE_ACOSF +/* Define if we have the asinf function */ +#cmakedefine HAVE_ASINF + /* Define if we have the atanf function */ #cmakedefine HAVE_ATANF |