at v206 424 B view raw
1diff --git a/configure.ac b/configure.ac 2index 24fcc9e..98e0459 100644 3--- a/configure.ac 4+++ b/configure.ac 5@@ -1167,7 +1167,8 @@ else 6 PKG_CHECK_MODULES(SYSTEMD, 7 [libsystemd-login >= 32, libsystemd-daemon >= 32], 8 have_systemd=yes, 9- have_systemd=no) 10+ have_systemd=yes) 11+ AC_MSG_NOTICE([NixOS: do not care whether we found systemd or not]) 12 fi 13 14 if test x$have_systemd = xyes; then