From 3c8685ea8cdfb32a4dd3ae8e6766a08aa7cee52a Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 8 Feb 2010 20:55:21 +0000 Subject: [PATCH] Add a check for strtoll for libevent. Not having this check was causing distcheck errors on the OMPI tarball-build machine because it's still a 32-bit-default machine, so the evutil.c code was failing some #if conditionals (since it didn't think it had strtoll available). This commit was SVN r22577. --- opal/config/opal_setup_libevent.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/config/opal_setup_libevent.m4 b/opal/config/opal_setup_libevent.m4 index 23935b59f9..33bd693f8c 100644 --- a/opal/config/opal_setup_libevent.m4 +++ b/opal/config/opal_setup_libevent.m4 @@ -68,7 +68,7 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_HEADER_TIME dnl Checks for library functions. -AC_CHECK_FUNCS(gettimeofday vasprintf fcntl) +AC_CHECK_FUNCS(gettimeofday vasprintf fcntl strtoll) AC_MSG_CHECKING(for F_SETFD in fcntl.h) AC_EGREP_CPP(yes,