~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/plugin.ac

  • Committer: Monty Taylor
  • Date: 2009-07-27 17:26:22 UTC
  • mto: (1093.7.1 captain)
  • mto: This revision was merged to the branch mainline in revision 1101.
  • Revision ID: mordred@inaugust.com-20090727172622-z1pg2wshlpabq4dg
Added support for conditionally building plugin's test suite if the plugin is built.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        MD5_Init (&context);
20
20
       ])
21
21
    AS_IF([test "x$ac_cv_libcrypto" = "xno"],
22
 
    AC_MSG_WARN([MD5 not found in either gnutls or crypto lib not building md5 plugin. On Debian this is found in libgnutls-dev. On RedHat it is in gnutls-devel.]))
23
 
  ])
 
22
    AC_MSG_WARN([MD5 not found in either gnutls or crypto lib not building md5 plugin. On Debian this is found in libgnutls-dev. On RedHat it is in gnutls-devel.]),[ac_cv_build_md5=yes])
 
23
  ],[ac_cv_build_md5=yes])