diff options
author | Loïc Yhuel <loic.yhuel@softathome.com> | 2016-11-07 08:00:21 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2016-11-07 08:00:21 -0800 |
commit | 7a34932bce1342c970a03128bbccc5a81ae3da6b (patch) | |
tree | 8dd97a4ba0eaaa6468b25fe513e71ebeab55cb89 /gold/configure.ac | |
parent | e680a6b69b4bd173a180419e973a9bf18a000151 (diff) | |
download | gdb-7a34932bce1342c970a03128bbccc5a81ae3da6b.zip gdb-7a34932bce1342c970a03128bbccc5a81ae3da6b.tar.gz gdb-7a34932bce1342c970a03128bbccc5a81ae3da6b.tar.bz2 |
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.ac')
-rw-r--r-- | gold/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/configure.ac b/gold/configure.ac index de3b630..ff9f1fd 100644 --- a/gold/configure.ac +++ b/gold/configure.ac @@ -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}/'*| \ |