From 55fc7aa22197350d9cd1039e0398132a63d3589f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 20 Nov 2010 20:10:12 -0800 Subject: Check for getpagesize() with autoconf instead of #ifdef osname Signed-off-by: Alan Coopersmith Reviewed-by: Julien Cristau Reviewed-by: Gaetan Nadon Tested-by: Gaetan Nadon --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 83b20b2..d8069cb 100644 --- a/configure.ac +++ b/configure.ac @@ -93,7 +93,7 @@ AC_HEADER_STDC AC_CHECK_HEADERS([wctype.h wchar.h widec.h]) # Checks for functions -AC_CHECK_FUNCS([iswalnum]) +AC_CHECK_FUNCS([iswalnum getpagesize]) AC_OUTPUT([Makefile include/Makefile -- cgit v1.2.1