patch-configure_ac 1010 B

1234567891011121314151617181920212223242526
  1. --- dbus-1.10.8.orig/configure.ac 2016-03-07 17:06:22.000000000 +0100
  2. +++ dbus-1.10.8/configure.ac 2016-11-21 11:25:39.000000000 +0100
  3. @@ -1186,23 +1186,9 @@ dnl systemd detection
  4. if test x$enable_systemd = xno ; then
  5. have_systemd=no;
  6. else
  7. - PKG_CHECK_MODULES([SYSTEMD],
  8. - [libsystemd >= 209],
  9. - [have_systemd=yes],
  10. - [PKG_CHECK_MODULES([SYSTEMD],
  11. - [libsystemd-login >= 32, libsystemd-daemon >= 32, libsystemd-journal >= 32],
  12. - [have_systemd=yes],
  13. - [have_systemd=no])])
  14. -fi
  15. -
  16. -if test x$have_systemd = xyes; then
  17. AC_DEFINE(HAVE_SYSTEMD,1,[Have systemd])
  18. fi
  19. -if test x$enable_systemd = xyes -a x$have_systemd != xyes ; then
  20. - AC_MSG_ERROR([Explicitly requested systemd support, but systemd not found])
  21. -fi
  22. -
  23. # If not found in $PATH, we might still have systemd and systemctl at runtime
  24. # (perhaps dbus is being compiled in a minimal chroot with no systemd).
  25. # Assume the upstream-recommended location. Distributors with split /usr