aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2013-10-14 19:29:37 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2013-10-14 19:29:37 +0000
commit189211afbafc77fdc22b7ec2cfe75fa313f12049 (patch)
tree0075f06941a30a4296d51dd443e92a9e139dce1b /configure.ac
parente8a28a4bffdb40f9d19faae694b3cea794bb2dbb (diff)
downloadsg3_utils-189211afbafc77fdc22b7ec2cfe75fa313f12049.tar.gz
avoid getpagesize() with sysconf() and use posix_memalign()
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@521 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5e518469..798c8960 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,8 @@ AC_CHECK_FUNCS(getopt_long,
GETOPT_O_FILES='',
GETOPT_O_FILES='getopt_long.o')
AC_CHECK_FUNCS(posix_fadvise)
+AC_CHECK_FUNCS(posix_memalign)
+AC_CHECK_FUNCS(sysconf)
AC_CHECK_FUNCS(lseek64)
AC_SUBST(GETOPT_O_FILES)