Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 660880
Collapse All | Expand All

(-)a/configure.ac (-2 / +1 lines)
Lines 221-227 AS_IF([test "x$cross_compiling" != "xyes" ], [ Link Here
221
221
222
AC_SUBST(LIBSYSTEMD_CFLAGS)
222
AC_SUBST(LIBSYSTEMD_CFLAGS)
223
AC_SUBST(LIBSYSTEMD_LIBS)
223
AC_SUBST(LIBSYSTEMD_LIBS)
224
AM_CONDITIONAL(HAVE_LIBSYSTEMD, [test "$have_libsystemd" = "yes"], [Using libsystemd])
224
AM_CONDITIONAL(HAVE_LIBSYSTEMD, [test "$have_libsystemd" = "yes" || test "$have_libelogind" = "yes" ], [Using libsystemd])
225
225
226
dnl ---------------------------------------------------------------------------
226
dnl ---------------------------------------------------------------------------
227
dnl - systemd unit / service files
227
dnl - systemd unit / service files
228
- 

Return to bug 660880