Artifact 785706c4c32984a83d39b85bc9a0c988a33e392a:
- File configure.in — part of check-in [648d0caff0] at 2016-01-26 01:08:27 on branch trunk — Updated to use fixed-width types and use the "mem_units" member if it is available (user: rkeene, size: 345) [annotate] [blame] [check-ins using]
AC_REVISION($Revision $) AC_INIT AC_CONFIG_HEADER(config.h) dnl Checks for programs. AC_PROG_CC AC_PROG_MAKE_SET AC_PROG_INSTALL AC_CHECK_MEMBER([struct sysinfo.mem_unit], [ AC_DEFINE([HAVE_SYSINFO_MEM_UNIT], [1], [Define if your sysinfo structure has a mem_info unit]) ],, [[#include <sys/sysinfo.h>]]) DC_ASK_STATGRAB AC_OUTPUT(Makefile)