Browse Source

Merge shellback.(none):/home/msvensson/mysql/bug20602/my50-bug20602

into  shellback.(none):/home/msvensson/mysql/work/my50-work
pull/73/head
msvensson@shellback.(none) 20 years ago
parent
commit
b178e40cae
  1. 2
      configure.in

2
configure.in

@ -1946,7 +1946,7 @@ esac
# isinf() could be a function or a macro (HPUX)
AC_MSG_CHECKING(for isinf with <math.h>)
AC_TRY_LINK([#include <math.h>], [float f = 0.0; isinf(f)],
AC_TRY_LINK([#include <math.h>], [float f = 0.0; int r = isinf(f); return r],
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_ISINF, [1], [isinf() macro or function]),
AC_MSG_RESULT(no))

Loading…
Cancel
Save