diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index c02a29120dff..fe9e5473c253 100644 --- a/configure.ac +++ b/configure.ac @@ -6639,20 +6639,8 @@ AC_SUBST(CLANGLIBDIR) # This makes --enable-lto build with clang work. AC_SUBST(LD_PLUGIN) -dnl =================================================================== -dnl allocator -dnl =================================================================== -AC_MSG_CHECKING([which memory allocator to use]) -if test "$with_alloc" = "system"; then - AC_MSG_RESULT([system]) - ALLOC="SYS_ALLOC" -fi -if test "$with_alloc" = "internal" -o -z "$with_alloc"; then - AC_MSG_RESULT([internal]) -fi AC_CHECK_FUNCS(posix_fallocate, HAVE_POSIX_FALLOCATE=YES, [HAVE_POSIX_FALLOCATE=NO]) AC_SUBST(HAVE_POSIX_FALLOCATE) -AC_SUBST(ALLOC) dnl =================================================================== dnl Custom build version |