提交 3c291b3c authored 作者: Spencer Thomason's avatar Spencer Thomason

Use mtmalloc on Solaris SPARC if available

FS-8666 #resolve
上级 8670e5f8
......@@ -51,6 +51,9 @@ if test "${enable_64}" = "yes"; then
esac
fi
# use mtmalloc on Solaris SPARC if available
AS_CASE([$host], [sparc-*-solaris2*], [AC_CHECK_LIB(mtmalloc, malloc)])
# Whether to follow FHS
AC_ARG_ENABLE([fhs],[AS_HELP_STRING([--disable-fhs],
[Do Not follow the FHS when placing files and directories (default only when not specifying prefix])],[enable_fhs="$enableval"],[enable_fhs="yes"])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论