~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_pam/plugin.ac

  • Committer: Monty Taylor
  • Date: 2009-04-26 19:29:00 UTC
  • mto: (997.2.25 mordred)
  • mto: This revision was merged to the branch mainline in revision 1003.
  • Revision ID: mordred@inaugust.com-20090426192900-ozktod58hahb9xnd
Made better warning messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  ])
8
8
 
9
9
AS_IF([test "$ac_cv_libpam" = "no"],
10
 
 [AC_MSG_WARN([Couldn't find PAM headers, pam_auth will not be built])])
 
10
 [AC_MSG_WARN([Couldn't find PAM development support, pam_auth will not be built. On Debian, libpam is in libpam0g-dev. On RedHat it's in pam-devel.])])
11
11