gdm r5739 - trunk



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  <jmccann redhat com>

	* 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]