diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-04-08 11:20:48 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-04-08 11:20:48 +0000 |
commit | 640432200b57b21f5112958b90cd69e9f231e182 (patch) | |
tree | d17472996f72bb011136b9ff4113c4197fa357cd /Build/source/libs/pixman/configure | |
parent | 83593c4c0bfefd3cf86199c522c62e33fbb5d867 (diff) |
pixman: Better handling of missing sqrtf(), from Mojca Miklavec
git-svn-id: svn://tug.org/texlive/trunk@29738 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/pixman/configure')
-rwxr-xr-x | Build/source/libs/pixman/configure | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/libs/pixman/configure b/Build/source/libs/pixman/configure index 4534ecdfc46..3cd34ab5e15 100755 --- a/Build/source/libs/pixman/configure +++ b/Build/source/libs/pixman/configure @@ -12670,9 +12670,7 @@ ac_res=$ac_cv_search_sqrtf if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" -fi - -if test "x$ac_cv_search_sqrtf" = xno; then +else $as_echo "#define sqrtf sqrt" >>confdefs.h @@ -12680,6 +12678,7 @@ fi + ac_fn_c_check_decl "$LINENO" "SIZE_MAX" "ac_cv_have_decl_SIZE_MAX" "$ac_includes_default" if test "x$ac_cv_have_decl_SIZE_MAX" = xyes; then : |