~david.edmundson/lightdm/lightdm

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Robert Ancell
  • Date: 2012-06-21 04:12:46 UTC
  • Revision ID: robert.ancell@canonical.com-20120621041246-c64vldzdnl1ugr5d
Handle clearenv() not being defined

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
AC_CHECK_HEADERS(security/pam_appl.h, [], AC_MSG_ERROR(PAM not found))
23
23
 
24
 
AC_CHECK_FUNCS(setresgid setresuid)
 
24
AC_CHECK_FUNCS(setresgid setresuid clearenv)
25
25
 
26
26
PKG_CHECK_MODULES(LIGHTDM, [
27
27
    glib-2.0 >= 2.24