diff options
author | unknown <msvensson@shellback.(none)> | 2006-09-15 17:00:09 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-09-15 17:00:09 +0200 |
commit | 607e99d08e8337d016f7bfaae788ded24c429501 (patch) | |
tree | e8655cd05710fcf606843519fad57e59fb80735c /configure.in | |
parent | 507edfc279466edf0b8dcdfa20bc421fbe49f38d (diff) | |
parent | 6373941ad4dad080b7da05e9497fe0c43e9f5ec2 (diff) | |
download | mariadb-git-607e99d08e8337d016f7bfaae788ded24c429501.tar.gz |
Merge shellback.(none):/home/msvensson/mysql/work/my50-work
into shellback.(none):/home/msvensson/mysql/work/my51-work
configure.in:
Auto merged
storage/ndb/include/ndb_global.h.in:
SCCS merged
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fb390b8da39..904a5596b96 100644 --- a/configure.in +++ b/configure.in @@ -1861,7 +1861,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)) |