diff options
Diffstat (limited to 'm4/ax_check_page_aligned_malloc.m4')
-rw-r--r-- | m4/ax_check_page_aligned_malloc.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/ax_check_page_aligned_malloc.m4 b/m4/ax_check_page_aligned_malloc.m4 index b403f3a..2100564 100644 --- a/m4/ax_check_page_aligned_malloc.m4 +++ b/m4/ax_check_page_aligned_malloc.m4 @@ -33,7 +33,8 @@ # # Copying and distribution of this file, with or without modification, are # permitted in any medium without royalty provided the copyright notice -# and this notice are preserved. +# and this notice are preserved. This file is offered as-is, without any +# warranty. AC_DEFUN([AX_CHECK_PAGE_ALIGNED_MALLOC], [AC_CACHE_CHECK([if large mallocs guarantee page-alignment], |