aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-03-25 12:30:05 -0700
committerBen Pfaff <blp@nicira.com>2010-03-25 12:30:05 -0700
commita0bc29a541fc7dc6e20137d5558e2094d614e6ab (patch)
treec1ff63045c24902262b42343b83c8ad8d962367f /configure.ac
parentea8cd10d2934586158734d31300f86eca381cc7a (diff)
parent347401f756e6678fced43ecee27f5107c803fda2 (diff)
Merge "citrix" branch into "master".
This merge is long overdue, simply because I forgot that there were outstanding changes on "citrix" that had not yet been merged. The important fix here is the addition of mlockall. This fixes some bugs seen under stressful conditions in XenServer.
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 6d49484f..e8497e1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,6 +53,7 @@ OVS_CHECK_IF_PACKET
OVS_CHECK_STRTOK_R
AC_CHECK_MEMBERS([struct stat.st_mtim.tv_nsec, struct stat.st_mtimensec],
[], [], [[#include <sys/stat.h>]])
+AC_CHECK_FUNCS([mlockall])
OVS_CHECK_PKIDIR
OVS_CHECK_RUNDIR