~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_ldap/plugin.ac

  • Committer: Jay Pipes
  • Date: 2008-09-11 16:03:22 UTC
  • mto: (383.5.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 386.
  • Revision ID: jay@mysql.com-20080911160322-vrl0k1djo6q6ytv1
Removed SQL_MODE variances from comment_table.test and ensured correct error thrown when a comment that is too long was input.  After moving to proto buffer definition for table, the 2048 length will go away.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PANDORA_HAVE_LIBLDAP
2
 
AS_IF([test "x$ac_cv_libldap" = "xno"],
3
 
      AC_MSG_WARN([libldap not found: not building auth_ldap plugin.]))
4
 
 
5
 
PANDORA_ADD_PLUGIN_DEP_LIB([${LTLIBLDAP}])