search for: ltoall

Displaying 1 result from an estimated 1 matches for "ltoall".

Did you mean: stoall
2016 Feb 09
0
Minor portability patch
...; return ans; --- configure.ac.orig 2016-02-05 17:07:44.000000000 +0000 +++ configure.ac @@ -327,7 +327,7 @@ AC_ARG_ENABLE([lto], if test "x${want_lto}" != xno; then LTO=-flto fi -if test "x${want_lto}" == xyes; then +if test "x${want_lto}" = xyes; then LTOALL=-flto fi AC_SUBST(LTO)