]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
configure: Remove extra ')' from b4c110022c
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 13 Mar 2026 14:25:59 +0000 (11:25 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 13 Mar 2026 14:25:59 +0000 (11:25 -0300)
Makeconfig

index 22dc7532f09460fce0205bc820ef93eb61bbbf50..67be5ca4daa762a2ef04654f67cb9fe8f2ee142f 100644 (file)
@@ -711,7 +711,7 @@ link-libc-static-tests = -Wl,--start-group $(common-objpfx)libc.a $(static-gnuli
 ifndef gnulib
 ifneq ($(have-cc-with-libunwind),yes)
   libunwind =
-  ifeq ($(have-libgcc_s),yes))
+  ifeq ($(have-libgcc_s),yes)
     libgcc_s  = -lgcc_s
   endif
 else