Re: [ovs-dev] [PATCH] configure: Don't check for malloc hooks that we no longer use.

2014-07-22 Thread Justin Pettit
Acked-by: Justin Pettit On Tue, Jul 22, 2014 at 4:21 PM, Ben Pfaff wrote: > Commit 825da1c6d1c7 (leak-checker: Remove because it cannot be made > thread-safe.) removed the only uses of these hooks but neglected to remove > the test for them. > > Signed-off-by: Ben Pfaff > --- > configure.ac

Re: [ovs-dev] [PATCH] configure: Don't check for malloc hooks that we no longer use.

2014-07-22 Thread Ben Pfaff
Thanks, applied to master. On Tue, Jul 22, 2014 at 04:25:12PM -0700, Justin Pettit wrote: > Acked-by: Justin Pettit > > > > On Tue, Jul 22, 2014 at 4:21 PM, Ben Pfaff wrote: > > > Commit 825da1c6d1c7 (leak-checker: Remove because it cannot be made > > thread-safe.) removed the only uses of t

[ovs-dev] [PATCH] configure: Don't check for malloc hooks that we no longer use.

2014-07-22 Thread Ben Pfaff
Commit 825da1c6d1c7 (leak-checker: Remove because it cannot be made thread-safe.) removed the only uses of these hooks but neglected to remove the test for them. Signed-off-by: Ben Pfaff --- configure.ac |1 - m4/openvswitch.m4 | 20 2 files changed, 21 deletions(