diff options
author | Halton Huo <halton.huo@sun.com> | 2010-05-20 10:48:09 +0800 |
---|---|---|
committer | Halton Huo <halton.huo@sun.com> | 2010-05-20 10:48:09 +0800 |
commit | 9f7ded3fb41f7f656895373463e5aa3ca04f86bc (patch) | |
tree | 7b0d8b1b86f5af9bc89acf6e59a1c9e4563f2ae5 /configure.ac | |
parent | b2e65a0ab7f4c417c85433e3e9bf97befbe6da3b (diff) | |
download | ConsoleKit2-9f7ded3fb41f7f656895373463e5aa3ca04f86bc.tar.gz |
Revert "Enhancement CanActivateSessions for OpenSolaris."
This reverts commit b2e65a0ab7f4c417c85433e3e9bf97befbe6da3b.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac index 8619f31..117d788 100644 --- a/configure.ac +++ b/configure.ac @@ -320,19 +320,6 @@ fi AC_SUBST(RBAC_LIBS) dnl --------------------------------------------------------------------------- -dnl check for SCF (Only avail on solaris) -dnl --------------------------------------------------------------------------- - -AC_CHECK_LIB(scf, smf_get_state, - [SCF_LIBS=-lscf - AC_DEFINE(HAVE_SCF,1,[Define to 1 if the libscf library is present.])], - [AC_MSG_WARN([[ -*** -*** libscf was not found. -]])]) -AC_SUBST(SCF_LIBS) - -dnl --------------------------------------------------------------------------- dnl Finish dnl --------------------------------------------------------------------------- |