summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-01-23 20:13:49 -0800
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-01-24 11:38:10 +0100
commitfbae13899013491fa78499ba27641c2fadef1fb0 (patch)
treee5108084e5f36c4bbfab7f7cd1064bf043a11dc9 /configure.ac
parent5c4e041dc8bea5cc32e37ab8fce09ac7f4ede135 (diff)
Add Solaris implementation of intel_get_total_swap_mb()
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index edae77fa..c97c185a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,7 @@ AC_CHECK_HEADERS([termios.h])
AC_CHECK_MEMBERS([struct sysinfo.totalram],[],[],[AC_INCLUDES_DEFAULT
#include <sys/sysinfo.h>
])
+AC_CHECK_FUNCS([swapctl])
# Initialize libtool
AC_DISABLE_STATIC