1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add fcvt() as a check to configure so that we can get rid of the BSD44_derived

type check in numutils.c:ftoa()

Pointed out by: "Martin J. Laubach" <mjl@emsi.priv.at>
This commit is contained in:
Marc G. Fournier
1997-04-22 17:47:42 +00:00
parent 2de10b0b01
commit 5514c1fa23
4 changed files with 7 additions and 6 deletions

2
src/configure vendored
View File

@ -3361,7 +3361,7 @@ else
fi
done
for ac_func in sigprocmask waitpid setsid random
for ac_func in sigprocmask waitpid setsid random fcvt
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:3368: checking for $ac_func" >&5