~lightdm-team/lightdm/1.18

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: robert.ancell at gmail
  • Date: 2010-04-29 13:09:40 UTC
  • Revision ID: robert.ancell@gmail.com-20100429130940-wqtj30c6n2598m6r
Got authentication API working

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
AC_CHECK_HEADERS([security/pam_appl.h],[],[AC_MSG_ERROR([PAM not found])])
30
30
 
 
31
AC_PATH_PROG(DBUSBINDINGTOOL, dbus-binding-tool)
 
32
AC_SUBST(DBUSBINDINGTOOL)
 
33
 
31
34
dnl ###########################################################################
32
35
dnl Documentation
33
36
dnl ###########################################################################