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.old (-2 / +6 lines)
Lines 265-272 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
AC_SUBST(USE_SD_NOTIFY)
269
270
AS_IF([test "x$enable_systemd" = "xyes"], [
271
  PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 209], [USE_SD_NOTIFY=1], [USE_SD_NOTIFY=0])
272
  AC_SUBST(USE_SD_NOTIFY)
273
])
270
274
271
AC_CHECK_LIB(resolv, res_gethostbyname, RESOLV="-lresolv", RESOLV="")
275
AC_CHECK_LIB(resolv, res_gethostbyname, RESOLV="-lresolv", RESOLV="")
272
if test x$RESOLV != x
276
if test x$RESOLV != x

Return to bug 626050