Skip to content
Snippets Groups Projects
Commit 0606860a authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Revert Intel compiler bug comment.

parent 4e078304
No related branches found
No related tags found
No related merge requests found
dnl Process this file with autoconf to produce a configure script. 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
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
...@@ -250,8 +250,7 @@ fi ...@@ -250,8 +250,7 @@ fi
# The Intel compiler on Linux supports most gcc options, but not # The Intel compiler on Linux supports most gcc options, but not
# all of them, so only add these options if we are really using # 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 # gcc.
# (NaN == 0), -mp1 fixes it, so someday we might way to add it.
if test "$GCC" = yes; then if test "$GCC" = yes; then
AC_TRY_COMPILE([], [@%:@ifndef __INTEL_COMPILER AC_TRY_COMPILE([], [@%:@ifndef __INTEL_COMPILER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment