From: Bruce Momjian Date: Wed, 17 Jun 1998 23:01:58 +0000 (+0000) Subject: goodbye vfork. X-Git-Tag: REL6_4_2~878 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6f18c260daf2e7afd4d3923c34e11432638be54;p=postgresql goodbye vfork. --- diff --git a/src/configure b/src/configure index 691a42c511..45ad0c1f6f 100755 --- a/src/configure +++ b/src/configure @@ -3872,7 +3872,7 @@ fi fi -for ac_func in tzset vfork memmove sigsetjmp kill sysconf fpclass +for ac_func in tzset memmove sigsetjmp kill sysconf fpclass do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3879: checking for $ac_func" >&5