]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typo in a configure.ac comment.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 9 Jul 2024 19:14:36 +0000 (21:14 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 9 Jul 2024 19:14:36 +0000 (21:14 +0200)
LTO_RANLIG -> LTO_RANLIB

configure.ac

index 305f870b4aebbd4c8ee628d457068b82638c4b69..3dfd3345f9f9ead2e4309474c34636631fb89cbf 100755 (executable)
@@ -2542,7 +2542,7 @@ FLAG_MLONG_DOUBLE_128="-mlong-double-128"
 AC_SUBST(FLAG_MLONG_DOUBLE_128)
 
 # does this toolchain support lto ?
-# Not checked for if --enable-lto=no was given, or if LTO_AR or LTO_RANLIG
+# Not checked for if --enable-lto=no was given, or if LTO_AR or LTO_RANLIB
 # are not defined
 # If not enable-lto=* arg is provided, default to no, as  lto builds are
 # a lot slower, and so not appropriate for Valgrind developments.