mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Fixing freetype bustage
This commit is contained in:
parent
1ec1871875
commit
310255bacc
4
configure
vendored
4
configure
vendored
@ -3046,7 +3046,7 @@ else
|
||||
echo "$ac_t""no" 1>&6
|
||||
fi
|
||||
|
||||
for ac_prog in gawk mawk nawk awk
|
||||
for ac_prog in mawk gawk nawk awk
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
@ -15000,8 +15000,6 @@ fi
|
||||
_EGREP_PATTERN="${_EGREP_PATTERN}dummy_never_defined)"
|
||||
|
||||
sort confdefs.h | egrep -v "$_EGREP_PATTERN" >> $_CONFIG_TMP
|
||||
sort confdefs.h | egrep -v "$_EGREP_PATTERN" > confdefs.h.new
|
||||
mv confdefs.h.new confdefs.h && rm -f confdefs.h.new
|
||||
|
||||
cat >> $_CONFIG_TMP <<\EOF
|
||||
|
||||
|
@ -5248,8 +5248,6 @@ fi
|
||||
_EGREP_PATTERN="${_EGREP_PATTERN}dummy_never_defined)"
|
||||
|
||||
sort confdefs.h | egrep -v "$_EGREP_PATTERN" >> $_CONFIG_TMP
|
||||
sort confdefs.h | egrep -v "$_EGREP_PATTERN" > confdefs.h.new
|
||||
mv confdefs.h.new confdefs.h && rm -f confdefs.h.new
|
||||
|
||||
cat >> $_CONFIG_TMP <<\EOF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user