Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0606860

Browse files
committed
Revert Intel compiler bug comment.
1 parent 4e07830 commit 0606860

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

configure.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.459 2006/04/22 00:27:30 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.460 2006/04/22 00:29:41 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -250,8 +250,7 @@ fi
250250

251251
# The Intel compiler on Linux supports most gcc options, but not
252252
# all of them, so only add these options if we are really using
253-
# gcc. Intel compiler has a bug in checking for division by NAN
254-
# (NaN == 0), -mp1 fixes it, so someday we might way to add it.
253+
# gcc.
255254

256255
if test "$GCC" = yes; then
257256
AC_TRY_COMPILE([], [@%:@ifndef __INTEL_COMPILER

0 commit comments

Comments
 (0)