|
1 | 1 | 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 $ |
3 | 3 | dnl
|
4 | 4 | dnl Developers, please strive to achieve this order:
|
5 | 5 | dnl
|
|
250 | 250 |
|
251 | 251 | # The Intel compiler on Linux supports most gcc options, but not
|
252 | 252 | # 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. |
255 | 254 |
|
256 | 255 | if test "$GCC" = yes; then
|
257 | 256 | AC_TRY_COMPILE([], [@%:@ifndef __INTEL_COMPILER
|
|