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

Collapse All | Expand All

(-)a/configure.ac (-1 / +11 lines)
Lines 80-90 Link Here
80
AC_SUBST(GTK_CFLAGS)
80
AC_SUBST(GTK_CFLAGS)
81
AC_SUBST(GTK_LIBS)
81
AC_SUBST(GTK_LIBS)
82
82
83
PKG_CHECK_MODULES(CONSOLEKIT, "ck-connector",[
83
84
AC_ARG_ENABLE(consolekit,
85
	AC_HELP_STRING([--disable-consolekit],[disable ConsoleKit support]),
86
	[enable_consolekit=$enableval],
87
	[enable_consolekit=yes]
88
)
89
90
if test "x$enable_consolekit" = "xyes" ; then
91
  PKG_CHECK_MODULES(CONSOLEKIT, "ck-connector",[
84
	AC_SUBST(CONSOLEKIT_CFLAGS)
92
	AC_SUBST(CONSOLEKIT_CFLAGS)
85
	AC_SUBST(CONSOLEKIT_LIBS)],[
93
	AC_SUBST(CONSOLEKIT_LIBS)],[
86
	echo "ConsoleKit devel package not found"
94
	echo "ConsoleKit devel package not found"
87
	])
95
	])
96
fi
97
88
98
89
AC_ARG_ENABLE(password,
99
AC_ARG_ENABLE(password,
90
AC_HELP_STRING([--enable-password],[enable to load autologin password store at config file]),
100
AC_HELP_STRING([--enable-password],[enable to load autologin password store at config file]),

Return to bug 443666