summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2024-03-30 13:47:10 +0100
committercgzones <cgzones@googlemail.com>2024-04-05 19:27:07 +0200
commita782ef357067962f60580478067f4023facab6a0 (patch)
tree92db47f375ba4f1c4ab5e862bc72429cedb0b015 /configure.ac
parent15b4bc45b2b0ccf2d93164b2b1b05fb94cc89220 (diff)
linux: move libnl code into separate file
Move all the code using libnl functionality into a separate file to ease modifications. No functional change.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8c9e484a..b3137dec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -692,6 +692,7 @@ case "$enable_delayacct" in
AC_MSG_ERROR([bad value '$enable_delayacct' for --enable-delayacct])
;;
esac
+AM_CONDITIONAL([HAVE_DELAYACCT], [test "$enable_delayacct" = yes])
AC_ARG_ENABLE([sensors],

© 2014-2024 Faster IT GmbH | imprint | privacy policy