diff options
author | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-06-26 20:06:40 +0300 |
---|---|---|
committer | M Joonas Pihlaja <jpihlaja@cc.helsinki.fi> | 2009-08-31 16:06:31 +0300 |
commit | b5cf24a4fb0e48a0067c4b5a706890d4c1f3f1ae (patch) | |
tree | 3b1a2dae601e0aed2aeabb1eb0cc95763b6eebef | |
parent | 3acccf0ea5ca1fde9cf6b91677588680a2644ee6 (diff) |
[build] Remove duplicate invocation of AC_CHECK_HEADERS.
The fenv.h stuff was checked twice.
-rw-r--r-- | build/configure.ac.system | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/configure.ac.system b/build/configure.ac.system index 46b7f437..09d2e307 100644 --- a/build/configure.ac.system +++ b/build/configure.ac.system @@ -144,9 +144,6 @@ AC_CHECK_FUNC(mkdir, [Define to non-zero if your system has mkdir, and to 2 if your version of mkdir requires a mode parameter]) fi]) -# check for GNU-extensions to fenv -AC_CHECK_HEADER(fenv.h, [AC_CHECK_FUNCS(feenableexcept fedisableexcept)]) - dnl =========================================================================== dnl dnl Test for the tools required for building one big test binary |