Codebase list unbound / 6ead483
configure.ac: horrible hack to disable LTO on non-x86 arches Robert S. Edmonds 12 years ago
1 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
227227 # nothing to do.
228228 ;;
229229 esac
230 ACX_CHECK_FLTO
230 case "`dpkg-architecture -qDEB_BUILD_ARCH 2>/dev/null`" in
231 amd64|i386)
232 ACX_CHECK_FLTO
233 ;;
234 esac
231235
232236 AC_C_INLINE
233237 ACX_CHECK_FORMAT_ATTRIBUTE