mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
goodbye vfork.
This commit is contained in:
2
src/configure
vendored
2
src/configure
vendored
@ -3872,7 +3872,7 @@ fi
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for ac_func in tzset vfork memmove sigsetjmp kill sysconf fpclass
|
for ac_func in tzset memmove sigsetjmp kill sysconf fpclass
|
||||||
do
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
echo "configure:3879: checking for $ac_func" >&5
|
echo "configure:3879: checking for $ac_func" >&5
|
||||||
|
Reference in New Issue
Block a user