aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-09-18 11:28:47 -0700
committerChris Robinson <[email protected]>2012-09-18 11:28:47 -0700
commit6005e7f27f831315f8549aabeff63fe734bee43c (patch)
tree3a824ba79fcb864310c3356d2841e42debbf4fb3
parente779e64c952ab59799c046f546737af80fa0533a (diff)
fpu_control.h is no longer used
-rw-r--r--CMakeLists.txt1
-rw-r--r--OpenAL32/Include/alMain.h4
-rw-r--r--config.h.in3
3 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 88e2a38c..ce5e7a10 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -240,7 +240,6 @@ CHECK_C_SOURCE_COMPILES("int foo(const char *str, ...) __attribute__((format(pri
CHECK_INCLUDE_FILE(cpuid.h HAVE_CPUID_H)
CHECK_INCLUDE_FILE(fenv.h HAVE_FENV_H)
-CHECK_INCLUDE_FILE(fpu_control.h HAVE_FPU_CONTROL_H)
CHECK_INCLUDE_FILE(float.h HAVE_FLOAT_H)
CHECK_INCLUDE_FILE(ieeefp.h HAVE_IEEEFP_H)
CHECK_INCLUDE_FILE(guiddef.h HAVE_GUIDDEF_H)
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index c1cc2665..47ffe897 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -10,10 +10,6 @@
#include <fenv.h>
#endif
-#ifdef HAVE_FPU_CONTROL_H
-#include <fpu_control.h>
-#endif
-
#include "AL/al.h"
#include "AL/alc.h"
#include "AL/alext.h"
diff --git a/config.h.in b/config.h.in
index ae78f25d..300373e5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -145,9 +145,6 @@
/* Define if we have float.h */
#cmakedefine HAVE_FLOAT_H
-/* Define if we have fpu_control.h */
-#cmakedefine HAVE_FPU_CONTROL_H
-
/* Define if we have fenv.h */
#cmakedefine HAVE_FENV_H