X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=e8497e1f30fdb2f068b49dc87c97fb2f2028ddb7;hb=79c9f2ee7883b52860c76c3730725f5731402874;hp=ac854508494ecaf476ea71958b91771975cb4c2c;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=openvswitch diff --git a/configure.ac b/configure.ac index ac854508..e8497e1f 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -AC_PREREQ(2.63) +AC_PREREQ(2.64) AC_INIT(openvswitch, 0.99.2, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) @@ -51,6 +51,9 @@ OVS_CHECK_PCRE OVS_CHECK_PYTHON OVS_CHECK_IF_PACKET OVS_CHECK_STRTOK_R +AC_CHECK_MEMBERS([struct stat.st_mtim.tv_nsec, struct stat.st_mtimensec], + [], [], [[#include ]]) +AC_CHECK_FUNCS([mlockall]) OVS_CHECK_PKIDIR OVS_CHECK_RUNDIR