We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e07830 commit 0606860Copy full SHA for 0606860
configure.in
@@ -1,5 +1,5 @@
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 $
+dnl $PostgreSQL: pgsql/configure.in,v 1.460 2006/04/22 00:29:41 momjian Exp $
3
dnl
4
dnl Developers, please strive to achieve this order:
5
@@ -250,8 +250,7 @@ fi
250
251
# The Intel compiler on Linux supports most gcc options, but not
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.
+# gcc.
255
256
if test "$GCC" = yes; then
257
AC_TRY_COMPILE([], [@%:@ifndef __INTEL_COMPILER
0 commit comments