summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b862db4..c119c6c 100644
--- a/configure.in
+++ b/configure.in
@@ -111,9 +111,8 @@ AC_ARG_ENABLE(netlink,
enable_netlink="no")
if test "x$enable_netlink" != "xno"; then
PKG_CHECK_MODULES([DBUS], [dbus-1])
- NETLINKLIBS="$DBUS_LIBS"
- AC_CHECK_LIB(nl, genl_register, NETLINKLIBS="-lnl $NETLINKLIBS")
+ AC_CHECK_LIB(nl, genl_register, NETLINKLIBS="-lnl $DBUS_LIBS")
if test -z "$NETLINKLIBS" -o -z "$DBUS_LIBS"; then
if test "x$enable_netlink" = "xyes"; then
AC_MSG_ERROR([Required libraries for quota netlink daemon not found.])