1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Reverse check for TR so that trbsd gets checked for first

Pointed out by: adrian@waltham.harvard.net
This commit is contained in:
Marc G. Fournier
1997-04-26 13:36:38 +00:00
parent afb539c25a
commit f522a32ceb
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -1467,7 +1467,7 @@ else
echo "$ac_t""no" 1>&6
fi
for ac_prog in tr trbsd
for ac_prog in trbsd tr
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2