Enlightenment CVS committal

Author  : sndev
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        configure.in 


Log Message:

PAM support for Desklock is added. Now system-wide authentication is available 
and one
can use its user password instead of setting just desklock password. However, 
the possibility
to set a personilized password is still available. If somebody think that it is
not neccesarily to have it now, please write :)

Moreover, the desklock dialog is updated. Now, the advanced tab includes all 
the settings
that are on the basic tab.

===================================================================
RCS file: /cvs/e/e17/apps/e/configure.in,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -3 -r1.115 -r1.116
--- configure.in        29 Mar 2006 08:00:28 -0000      1.115
+++ configure.in        31 Mar 2006 17:26:37 -0000      1.116
@@ -37,6 +37,12 @@
                                
 AC_SUBST(fnmatch_libs)
 
+have_pam=no
+AC_CHECK_HEADERS(security/pam_appl.h, [
+    LIBS="$LIBS -lpam"
+    have_pam=yes
+  AC_DEFINE(HAVE_PAM, 1, [PAM Authentication Support])])
+
 # Setting have_valgrind to "no" seems pointless, but we just need to
 # put something in as the 4th parameter, so configure doesn't abort
 # when valgrind.pc isn't found.




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to