Merge pull request #641 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8666-link-to-mtmalloc-on-solaris-sparc to master
* commit '3c291b3c61c1857449f26285c34c9ac406407f5d': Use mtmalloc on Solaris SPARC if available
This commit is contained in:
commit
5502cf6516
|
@ -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"])
|
||||
|
|
Loading…
Reference in New Issue