fixed the hcl server to apply some settings to underlying hcl

This commit is contained in:
2018-03-16 01:46:59 +00:00
parent 2b2da9e780
commit a4e05ead91
4 changed files with 38 additions and 3 deletions

View File

@ -83,7 +83,7 @@ AC_SUBST(LIBM, $LIBM)
AX_PTHREAD()
check some compiler builtins
dnl check some compiler builtins
AC_MSG_CHECKING([__builtin_memset])
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM([], [__builtin_memset ((void*)1, ' ', 10);])],