Blame SOURCES/ypbind-systemdso.patch

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