From 13f9dbe5825bfcaf7ce3fd8bc68604e5b58a9164 Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Sat, 23 Jul 2011 04:06:29 -0700
Subject: Look for ieeefp.h and include it when appropriate

---
 config.h.in | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'config.h.in')

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
 
-- 
cgit v1.2.3