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:
2
src/configure
vendored
2
src/configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user