From 7a34932bce1342c970a03128bbccc5a81ae3da6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Yhuel?= Date: Mon, 7 Nov 2016 08:00:21 -0800 Subject: Add missing '$' in configure.ac. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2016-11-04 Loïc Yhuel gold/ * configure.ac: add missing '$'. * configure: Regenerate. --- gold/ChangeLog | 5 +++++ gold/configure | 2 +- gold/configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gold') diff --git a/gold/ChangeLog b/gold/ChangeLog index 08b4a0a..0013288 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2016-11-04 Loïc Yhuel + + * configure.ac: add missing '$'. + * configure: Regenerate. + 2016-10-21 Gergely Nagy PR gold/17704 diff --git a/gold/configure b/gold/configure index 343a407..a3ed5c9 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}/'*| \ 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}/'*| \ -- cgit v1.1