diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index 3b1bd8c..93ed71b 100644 --- a/configure.ac +++ b/configure.ac @@ -1019,18 +1019,6 @@ if test "X${ALLOW_UNSUPPORTED}" != "Xyes"; then fi ## ---------------------------------------------------------------------- -## The GCC compiler on Cygwin running on Windows XP has rounding problem -## in the data conversion dt_arith.c from unsigned long long to long -## double (see bug HDFFV-1264). I define a macro here to skip the test for -## Cygwin. I'll come back and figure out the problem once I'm available. -## 2010/5/5 - SLU -case "`uname`" in - CYGWIN*) - AC_DEFINE([CYGWIN_ULLONG_TO_LDOUBLE_ROUND_PROBLEM], [1], [Define a macro for Cygwin (on XP only) where the compiler has rounding problem converting from unsigned long long to long double]) - ;; -esac - -## ---------------------------------------------------------------------- ## Windows won't create DLLs without the following macro. ## AC_LIBTOOL_WIN32_DLL |