~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/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:
5
5
    MD5_Init (&context);
6
6
  ])
7
7
  AS_IF([test "x$ac_cv_libcrypto" = "xno"],
8
 
        AC_MSG_WARN([MD5 not found in crypto lib: not building md5 plugin]))
 
8
    AC_MSG_WARN([MD5 not found in crypto lib: not building md5 plugin. On Debian this is found in libssl-dev. On RedHat, it is in openssl-devel.]))