Author: mccann Date: Fri Feb 8 19:31:30 2008 New Revision: 5739 URL: http://svn.gnome.org/viewvc/gdm?rev=5739&view=rev
Log: 2008-02-08 William Jon McCann <[EMAIL PROTECTED]> * configure.ac: Give an error if we can't find pam. Modified: trunk/ChangeLog trunk/configure.ac Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac (original) +++ trunk/configure.ac Fri Feb 8 19:31:30 2008 @@ -410,6 +410,8 @@ if test "x$have_pam" = "xyes"; then PAM_LIBS="${PAM_LIBS} -lpam" +else + AC_MSG_ERROR("PAM libraries not found") fi AC_SUBST(HAVE_PAM) AC_SUBST(PAM_LIBS) _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.