diff options
| author | Bruce Momjian | 2006-04-22 00:29:41 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-04-22 00:29:41 +0000 |
| commit | 0606860a20511c41d5c9074831e6328547722537 (patch) | |
| tree | 19b0c365dffdf77bfe983ff4ab23175f821890e4 /configure.in | |
| parent | 4e0783049d2e09883965e06fc316ab8e39180d40 (diff) | |
Revert Intel compiler bug comment.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in index ecf26f30fd0..5dc39b7905f 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.459 2006/04/22 00:27:30 momjian Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.460 2006/04/22 00:29:41 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -250,8 +250,7 @@ fi # The Intel compiler on Linux supports most gcc options, but not # all of them, so only add these options if we are really using -# gcc. Intel compiler has a bug in checking for division by NAN -# (NaN == 0), -mp1 fixes it, so someday we might way to add it. +# gcc. if test "$GCC" = yes; then AC_TRY_COMPILE([], [@%:@ifndef __INTEL_COMPILER |
