diff options
author | Chris Robinson <[email protected]> | 2011-07-23 04:06:29 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-07-23 04:06:29 -0700 |
commit | 13f9dbe5825bfcaf7ce3fd8bc68604e5b58a9164 (patch) | |
tree | b38ef62e39e0917e43d0ed90c4f2dbf0f066443d /config.h.in | |
parent | 8dfa2560b142a6dd6e9a386ca05cbadf7d6c6c40 (diff) |
Look for ieeefp.h and include it when appropriate
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 747abd39..c289e75d 100644 --- a/config.h.in +++ b/config.h.in @@ -98,6 +98,9 @@ /* Define if we have guiddef.h */ #cmakedefine HAVE_INITGUID_H +/* Define if we have ieeefp.h */ +#cmakedefine HAVE_IEEEFP_H + /* Define if we have float.h */ #cmakedefine HAVE_FLOAT_H |