diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-10-06 10:21:11 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-06 10:21:11 +0200 |
commit | ecb835fca7e7134f38a3d061d186eb38d83bcb8b (patch) | |
tree | bce77329ed310a1f767549bead9df4ce3c1ee241 /configure.ac | |
parent | c681fac492394bb95f164296056068dad1254921 (diff) |
Remove netlink plugin
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index eee4c01bd..63a0fd89f 100644 --- a/configure.ac +++ b/configure.ac @@ -55,15 +55,5 @@ if (test "${enable_capng}" = "yes"); then AC_DEFINE(HAVE_CAPNG, 1, [Define to 1 if you have capabilities library.]) fi -AC_ARG_ENABLE(netlink, AC_HELP_STRING([--enable-netlink], - [enable netlink support]), [enable_netlink=${enableval}]) -if (test "${enable_netlink}" = "yes"); then - PKG_CHECK_MODULES(NETLINK, libnl-1, dummy=yes, - AC_MSG_ERROR(Netlink library is required)) - AC_SUBST(NETLINK_CFLAGS) - AC_SUBST(NETLINK_LIBS) -fi -AM_CONDITIONAL(NETLINK, test "${enable_netlink}" = "yes") - AC_OUTPUT(Makefile scripts/bluetooth.rules doc/version.xml src/bluetooth.ver src/bluetoothd.8 bluez.pc) |