diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-06-03 11:57:25 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-06-03 11:57:25 +0000 |
commit | c8bef80b5b52f1ab4733c7e5ea2095ca1692fb84 (patch) | |
tree | dcf59a2a386877cb8359348886036285ddc80966 /Build/source/texk/web2c/configure | |
parent | 294fe331a768b101f3b0b3d7f91171ab8900152d (diff) |
avoid fabsf, fmaxf in synctex code for portability
git-svn-id: svn://tug.org/texlive/trunk@8516 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure')
-rwxr-xr-x | Build/source/texk/web2c/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index c1685cd3016..3844d907ef7 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -4231,7 +4231,8 @@ done -for ac_func in strerror gettimeofday ftime mkstemp mktemp setlocale strlcat strlcpy + +for ac_func in strerror gettimeofday ftime mkstemp mktemp setlocale strlcat strlcpy fmax do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |