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:
2
src/configure
vendored
2
src/configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user