summaryrefslogtreecommitdiff
path: root/gold/configure
diff options
context:
space:
mode:
authorLoïc Yhuel <loic.yhuel@softathome.com>2016-11-07 08:00:21 -0800
committerCary Coutant <ccoutant@gmail.com>2016-11-07 08:00:21 -0800
commit7a34932bce1342c970a03128bbccc5a81ae3da6b (patch)
tree8dd97a4ba0eaaa6468b25fe513e71ebeab55cb89 /gold/configure
parente680a6b69b4bd173a180419e973a9bf18a000151 (diff)
downloadbinutils-gdb-7a34932bce1342c970a03128bbccc5a81ae3da6b.tar.gz
Add missing '$' in configure.ac.
2016-11-04 Loïc Yhuel <loic.yhuel@softathome.com> gold/ * configure.ac: add missing '$'. * configure: Regenerate.
Diffstat (limited to 'gold/configure')
-rwxr-xr-xgold/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/configure b/gold/configure
index 343a407c112..a3ed5c99706 100755
--- a/gold/configure
+++ b/gold/configure
@@ -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}/'*| \