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

(-)configure.ac.orig (-2 / +12 lines)
Lines 89-99 Link Here
89
AC_SUBST(GTK_CFLAGS)
89
AC_SUBST(GTK_CFLAGS)
90
AC_SUBST(GTK_LIBS)
90
AC_SUBST(GTK_LIBS)
91
91
92
PKG_CHECK_MODULES(CONSOLEKIT, "ck-connector",[
92
93
AC_ARG_ENABLE(consolekit,
94
	AC_HELP_STRING([--disable-consolekit],[disable ConsoleKit support]),
95
	[enable_consolekit=$enableval],
96
	[enable_consolekit=yes]
97
)
98
99
if test "x$enable_consolekit" = "xyes" ; then
100
  PKG_CHECK_MODULES(CONSOLEKIT, "ck-connector",[
93
	AC_SUBST(CONSOLEKIT_CFLAGS)
101
	AC_SUBST(CONSOLEKIT_CFLAGS)
94
	AC_SUBST(CONSOLEKIT_LIBS)],[
102
	AC_SUBST(CONSOLEKIT_LIBS)],[
95
	echo "ConsoleKit devel package not found"
103
	AC_MSG_ERROR([ConsoleKit devel package not found])"
96
	])
104
	])
105
fi
106
97
107
98
AC_ARG_ENABLE(password,
108
AC_ARG_ENABLE(password,
99
AC_HELP_STRING([--enable-password],[enable to load autologin password store at config file]),
109
AC_HELP_STRING([--enable-password],[enable to load autologin password store at config file]),

Return to bug 443666