Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 626050 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-1 / +6 lines)
Lines 265-271 Link Here
265
CPPFLAGS="$old_CPPFLAGS"
265
CPPFLAGS="$old_CPPFLAGS"
266
LIBS="$old_LIBS"
266
LIBS="$old_LIBS"
267
267
268
PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 209], [USE_SD_NOTIFY=1], [USE_SD_NOTIFY=0])
268
AC_ARG_ENABLE([systemd], AS_HELP_STRING([--enable-systemd], [Enable systemd notify support (default: disabled)]))
269
AS_IF([test "x$enable_systemd" = "xyes"], [
270
	PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 209], [USE_SD_NOTIFY=1], [USE_SD_NOTIFY=0])
271
], [
272
	USE_SD_NOTIFY=0
273
])
269
AC_SUBST(USE_SD_NOTIFY)
274
AC_SUBST(USE_SD_NOTIFY)
270
275
271
AC_CHECK_LIB(resolv, res_gethostbyname, RESOLV="-lresolv", RESOLV="")
276
AC_CHECK_LIB(resolv, res_gethostbyname, RESOLV="-lresolv", RESOLV="")

Return to bug 626050