summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2007-06-20 17:02:51 +0000
committerjkar8572 <jkar8572>2007-06-20 17:02:51 +0000
commit8b58cdfd0e66f495f3dc67aec0628845440641a9 (patch)
tree3730479ee387852090b9b137182ae982ef7b42bc /configure.in
parent026864e701f25902aa628f44198e724f1dd00358 (diff)
Fixed compilation without quota_nld.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4350a51..da51d29 100644
--- a/configure.in
+++ b/configure.in
@@ -114,8 +114,9 @@ if test "x$enable_netlink" != "xno"; then
fi
CPPFLAGS="-I $DBUS_INCLUDE -I $DBUS_ARCH_INCLUDE $CPPFLAGS"
AC_CHECK_HEADERS(dbus/dbus.h, , AC_MSG_ERROR([Required headers for quota netlink daemon not found.]))
-
+ QUOTA_NETLINK_PROG=quota_nld
fi
+AC_SUBST(QUOTA_NETLINK_PROG)
AC_SUBST(NETLINKLIBS)
AC_SEARCH_LIBS(gethostbyname, nsl)