Blame SOURCES/ypbind-systemdso.patch

6c4d24
diff -Naur ypbind-mt-1.38.orig/configure.ac ypbind-mt-1.38/configure.ac
6c4d24
--- ypbind-mt-1.38.orig/configure.ac	2014-10-20 12:20:33.000000000 +0200
6c4d24
+++ ypbind-mt-1.38/configure.ac	2016-11-23 18:15:58.473713436 +0100
6c4d24
@@ -44,6 +44,7 @@
6c4d24
 AC_CHECK_LIB(socket, bind)
6c4d24
 AC_CHECK_LIB(pthread, pthread_create)
6c4d24
 
6c4d24
+AC_CHECK_HEADERS([systemd/sd-daemon.h])
6c4d24
 PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 209], [USE_SD_NOTIFY=1], [USE_SD_NOTIFY=0])
6c4d24
 AC_SUBST(USE_SD_NOTIFY)
6c4d24
 
6c4d24
@@ -105,7 +106,7 @@
6c4d24
 AM_CONDITIONAL(ENABLE_REGENERATE_MAN, test x$enable_man != xno)
6c4d24
 
6c4d24
 dnl internationalization macros
6c4d24
-AM_GNU_GETTEXT_VERSION
6c4d24
+AM_GNU_GETTEXT_VERSION(0.19)
6c4d24
 AM_GNU_GETTEXT([external])
6c4d24
 
6c4d24
 dnl By default, don't send a ping to all server at the same time