From: Philippe Waroquiers Date: Tue, 9 Jul 2024 19:14:36 +0000 (+0200) Subject: Fix typo in a configure.ac comment. X-Git-Tag: VALGRIND_3_24_0~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d2b07d323b1355c56d4176448d20261594dadb4;p=thirdparty%2Fvalgrind.git Fix typo in a configure.ac comment. LTO_RANLIG -> LTO_RANLIB --- diff --git a/configure.ac b/configure.ac index 305f870b4..3dfd3345f 100755 --- a/configure.ac +++ b/configure.ac @@ -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.