Add missing '$' in configure.ac.
2016-11-04 Loïc Yhuel <loic.yhuel@softathome.com> gold/ * configure.ac: add missing '$'. * configure: Regenerate.
This commit is contained in:
parent
e680a6b69b
commit
7a34932bce
@ -1,3 +1,8 @@
|
||||
2016-11-04 Loïc Yhuel <loic.yhuel@softathome.com>
|
||||
|
||||
* configure.ac: add missing '$'.
|
||||
* configure: Regenerate.
|
||||
|
||||
2016-10-21 Gergely Nagy <ngg@tresorit.com>
|
||||
|
||||
PR gold/17704
|
||||
|
2
gold/configure
vendored
2
gold/configure
vendored
@ -3266,7 +3266,7 @@ fi
|
||||
|
||||
sysroot_relocatable=0
|
||||
if test -n "$sysroot"; then
|
||||
case "sysroot" in
|
||||
case "$sysroot" in
|
||||
"${prefix}" | "${prefix}/"* | \
|
||||
"${exec_prefix}" | "${exec_prefix}/"* | \
|
||||
'${prefix}' | '${prefix}/'*| \
|
||||
|
@ -49,7 +49,7 @@ fi
|
||||
|
||||
sysroot_relocatable=0
|
||||
if test -n "$sysroot"; then
|
||||
case "sysroot" in
|
||||
case "$sysroot" in
|
||||
"${prefix}" | "${prefix}/"* | \
|
||||
"${exec_prefix}" | "${exec_prefix}/"* | \
|
||||
'${prefix}' | '${prefix}/'*| \
|
||||
|
Loading…
x
Reference in New Issue
Block a user