summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-20 20:10:12 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-21 09:26:45 -0800
commit55fc7aa22197350d9cd1039e0398132a63d3589f (patch)
tree8980603a8122a5a8aa9df4c7d51f51cefd687d09 /configure.ac
parentb2e86875d03e349a4c85135e4cf41b26b99b083e (diff)
downloadxorg-lib-libXaw-55fc7aa22197350d9cd1039e0398132a63d3589f.tar.gz
Check for getpagesize() with autoconf instead of #ifdef osname
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Tested-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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