aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-05-22 23:09:06 -0700
committerChris Robinson <[email protected]>2013-05-22 23:23:45 -0700
commit4f068b51e5bb8161056e7eefb684123f8344b16a (patch)
tree5a165889ca62f74b09049d6a946c52fe70930a1a /config.h.in
parentbe4a4d74686fffb0a7e38cb4b1cad9653d2ba00f (diff)
Don't explicitly check for fesetround
It's C99 standard with fenv.h, which we already check for.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 9b6092fc..1e068ad0 100644
--- a/config.h.in
+++ b/config.h.in
@@ -128,9 +128,6 @@
/* Define if we have fenv.h */
#cmakedefine HAVE_FENV_H
-/* Define if we have fesetround() */
-#cmakedefine HAVE_FESETROUND
-
/* Define if we have _controlfp() */
#cmakedefine HAVE__CONTROLFP