mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add in srandom() check to configure
Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6
This commit is contained in:
2
src/configure
vendored
2
src/configure
vendored
@ -3466,7 +3466,7 @@ else
|
||||
fi
|
||||
done
|
||||
|
||||
for ac_func in sigprocmask waitpid setsid random fcvt
|
||||
for ac_func in sigprocmask waitpid setsid random srandom fcvt
|
||||
do
|
||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||
echo "configure:3473: checking for $ac_func" >&5
|
||||
|
Reference in New Issue
Block a user