66a36ae
diff -up ./configure.orig ./configure
66a36ae
--- ./configure.orig	2016-03-06 23:24:37.116078717 +0300
66a36ae
+++ ./configure	2017-04-13 23:25:44.643463654 +0300
66a36ae
@@ -19160,12 +19160,12 @@ if test -n "$PKG_CONFIG"; then
66a36ae
         pkg_cv_SYSTEMD_DAEMON_CFLAGS="$SYSTEMD_DAEMON_CFLAGS"
66a36ae
     else
66a36ae
         if test -n "$PKG_CONFIG" && \
66a36ae
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd-daemon\""; } >&5
66a36ae
-  ($PKG_CONFIG --exists --print-errors "libsystemd-daemon") 2>&5
66a36ae
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd\""; } >&5
66a36ae
+  ($PKG_CONFIG --exists --print-errors "libsystemd") 2>&5
66a36ae
   ac_status=$?
66a36ae
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
66a36ae
   test $ac_status = 0; }; then
66a36ae
-  pkg_cv_SYSTEMD_DAEMON_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-daemon" 2>/dev/null`
66a36ae
+  pkg_cv_SYSTEMD_DAEMON_CFLAGS=`$PKG_CONFIG --cflags "libsystemd" 2>/dev/null`
66a36ae
 else
66a36ae
   pkg_failed=yes
66a36ae
 fi
66a36ae
@@ -19178,12 +19178,12 @@ if test -n "$PKG_CONFIG"; then
66a36ae
         pkg_cv_SYSTEMD_DAEMON_LIBS="$SYSTEMD_DAEMON_LIBS"
66a36ae
     else
66a36ae
         if test -n "$PKG_CONFIG" && \
66a36ae
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd-daemon\""; } >&5
66a36ae
-  ($PKG_CONFIG --exists --print-errors "libsystemd-daemon") 2>&5
66a36ae
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsystemd\""; } >&5
66a36ae
+  ($PKG_CONFIG --exists --print-errors "libsystemd") 2>&5
66a36ae
   ac_status=$?
66a36ae
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
66a36ae
   test $ac_status = 0; }; then
66a36ae
-  pkg_cv_SYSTEMD_DAEMON_LIBS=`$PKG_CONFIG --libs "libsystemd-daemon" 2>/dev/null`
66a36ae
+  pkg_cv_SYSTEMD_DAEMON_LIBS=`$PKG_CONFIG --libs "libsystemd" 2>/dev/null`
66a36ae
 else
66a36ae
   pkg_failed=yes
66a36ae
 fi
66a36ae
@@ -19202,9 +19202,9 @@ else
66a36ae
         _pkg_short_errors_supported=no
66a36ae
 fi
66a36ae
         if test $_pkg_short_errors_supported = yes; then
66a36ae
-	        SYSTEMD_DAEMON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libsystemd-daemon"`
66a36ae
+	        SYSTEMD_DAEMON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libsystemd"`
66a36ae
         else
66a36ae
-	        SYSTEMD_DAEMON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libsystemd-daemon"`
66a36ae
+	        SYSTEMD_DAEMON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libsystemd"`
66a36ae
         fi
66a36ae
 	# Put the nasty error message in config.log where it belongs
66a36ae
 	echo "$SYSTEMD_DAEMON_PKG_ERRORS" >&5