diff options
author | Chris Robinson <[email protected]> | 2017-06-29 10:11:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-29 10:11:31 -0700 |
commit | a69d608a1ec38e6afd903224e86c0bf29b8d0623 (patch) | |
tree | 449efe96be44689d54c0b1fb228bb181cbbac9c5 /config.h.in | |
parent | aefa11b6adf3bdd0e82d2c2f125d2bd62288e246 (diff) |
Define a backup log2f if the compiler doesn't have 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 a71b54fb..56a78448 100644 --- a/config.h.in +++ b/config.h.in @@ -80,6 +80,9 @@ /* Define if we have the modff function */ #cmakedefine HAVE_MODFF +/* Define if we have the log2f function */ +#cmakedefine HAVE_LOG2F + /* Define if we have the strtof function */ #cmakedefine HAVE_STRTOF |