diff options
author | Chris Robinson <[email protected]> | 2018-02-06 02:35:08 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-02-06 02:35:08 -0800 |
commit | f5f996c14a7d7c46f0967eee01af9b6b77caa4a7 (patch) | |
tree | bfa4a5f0fbf7325ca7037417784abe785a1720f0 /config.h.in | |
parent | da1ee3baba32e3a2525d90e97e172965d4f90287 (diff) |
Check for a cbrtf function
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 8ef9057a..2abeedfd 100644 --- a/config.h.in +++ b/config.h.in @@ -89,6 +89,9 @@ /* Define if we have the log2f function */ #cmakedefine HAVE_LOG2F +/* Define if we have the cbrtf function */ +#cmakedefine HAVE_CBRTF + /* Define if we have the strtof function */ #cmakedefine HAVE_STRTOF |