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:
Loïc Yhuel 2016-11-07 08:00:21 -08:00 committed by Cary Coutant
parent e680a6b69b
commit 7a34932bce
3 changed files with 7 additions and 2 deletions

View File

@ -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
View File

@ -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}/'*| \

View File

@ -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}/'*| \