search for: want_lto

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

2016 Feb 09
0
Minor portability patch
...(i = 0; i < n; i++) - INTEGER(ans)[i] = strtoi(STRING_ELT(x, i), base); + INTEGER(ans)[i] = Strtoi(STRING_ELT(x, i), base); UNPROTECT(1); 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)