1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Change @RANDOM@ to @MISSING_RANDOM@ because of bash

This commit is contained in:
Marc G. Fournier
1997-12-30 04:08:55 +00:00
parent 42a3c46b4e
commit d82f2f1f93
3 changed files with 4 additions and 4 deletions

2
src/configure vendored
View File

@@ -3766,7 +3766,7 @@ EOF
else
echo "$ac_t""no" 1>&6
RANDOM='random.o'
MISSING_RANDOM='random.o'
fi
echo $ac_n "checking for inet_aton""... $ac_c" 1>&6