commit | 3b11f79b7b74e3d5f24db33173d6c5600e2e4b06 | [log] [tgz] |
---|---|---|
author | Natanael Copa <ncopa@alpinelinux.org> | Wed Jul 06 08:58:01 2011 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jul 11 12:09:45 2011 +0200 |
tree | edf95f5191492b61b26c82ac579390f2b55fc4fe | |
parent | 266cd6c46acf7465ad65ae2b963a75cfc21d63d0 [diff] [blame] |
configure: Test for isinf and isnan needs link to -lm.
diff --git a/configure b/configure index 61efbd9..2694c59 100755 --- a/configure +++ b/configure
@@ -14270,6 +14270,8 @@ fi +ac_save_LIBS="$LIBS" +LIBS="$LIBS -lm" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5 $as_echo_n "checking for isinf... " >&6; } if ${ac_cv_have_isinf+:} false; then : @@ -14335,6 +14337,7 @@ $as_echo "#define HAVE_ISNAN 1" >>confdefs.h fi +LIBS="$ac_save_LIBS" case $host_cpu in