configure: Don't check for malloc hooks that we no longer use.
authorBen Pfaff <blp@nicira.com>
Tue, 22 Jul 2014 23:18:35 +0000 (16:18 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 Jul 2014 23:26:17 +0000 (16:26 -0700)
commit5a80e6062adcc2cfd937be56314281d17f9d517c
treedc016368274fe88dba12518c130ce9e3f9ce62d8
parent639b6d9c909300f572fe9c0d6b89ff4067b13121
configure: Don't check for malloc hooks that we no longer use.

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 <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
configure.ac
m4/openvswitch.m4