Add missing '$' in configure.ac.
authorLoïc Yhuel <loic.yhuel@softathome.com>
Mon, 7 Nov 2016 16:00:21 +0000 (08:00 -0800)
committerCary Coutant <ccoutant@gmail.com>
Mon, 7 Nov 2016 16:00:21 +0000 (08:00 -0800)
2016-11-04  Loïc Yhuel <loic.yhuel@softathome.com>

gold/
        * configure.ac: add missing '$'.
        * configure: Regenerate.

gold/ChangeLog
gold/configure
gold/configure.ac

index 08b4a0a16c344fc07da8f2c8531d2dec43c192df..0013288a9551b10739e4903237e57887a65287cd 100644 (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
index 343a407c1123a804a86ea9eea35cbf6eedf789a2..a3ed5c99706f6215c4166f47a6a629f0c00df9fa 100755 (executable)
@@ -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}/'*| \
index de3b63038a2c0e60e1cf4fd20a5c366d7486f45f..ff9f1fd6a4a636b7a8a0d2ea90b42b8b20e75f74 100644 (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}/'*| \
This page took 0.031274 seconds and 4 git commands to generate.