~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_http/plugin.ac

  • Committer: Monty
  • Date: 2008-10-02 05:41:33 UTC
  • mfrom: (398.1.10 codestyle)
  • Revision ID: mordred@scylla.inaugust.com-20081002054133-tyxv5bmqpazfaqqi
Merged up to 408 of stdint-includes-fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PANDORA_HAVE_LIBCURL
2
 
AS_IF([test "x$ac_cv_libcurl" = "xno"],
3
 
  AC_MSG_WARN([libcurl not found: not building auth_http]))
4
 
PANDORA_ADD_PLUGIN_DEP_LIB([${LIBCURL}])