1*49cdfc7eSAndroid Build Coastguard Workerdnl SPDX-License-Identifier: GPL-2.0-or-later 2*49cdfc7eSAndroid Build Coastguard Workerdnl Copyright (c) 2020 Petr Vorel <[email protected]> 3*49cdfc7eSAndroid Build Coastguard Worker 4*49cdfc7eSAndroid Build Coastguard WorkerAC_DEFUN([LTP_CHECK_LIBMNL], [ 5*49cdfc7eSAndroid Build Coastguard Worker PKG_CHECK_MODULES([LIBMNL], [libmnl], [ 6*49cdfc7eSAndroid Build Coastguard Worker AC_DEFINE([HAVE_LIBMNL], [1], [Define to 1 if you have libmnl library and headers]) 7*49cdfc7eSAndroid Build Coastguard Worker ], [have_libmnl=no]) 8*49cdfc7eSAndroid Build Coastguard Worker]) 9