~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libboost_date_time.m4

  • Committer: Monty Taylor
  • Date: 2011-03-07 21:37:51 UTC
  • mfrom: (2221.2.4 build)
  • Revision ID: mordred@inaugust.com-20110307213751-uhic4rghe4dmdi8d
Merge Monty - Pandora-build updates. Allow building of only libdrizzle.
Merge Andrew - libdrizzle result reuse problem.
Merge David - Slave plugin bugfixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  PANDORA_REQUIRE_BOOST($1)
42
42
  _PANDORA_SEARCH_BOOST_DATE_TIME($1)
43
43
  AS_IF([test "x${ac_cv_libboost_date_time}" = "xno" -a "x${ac_cv_libboost_date_time_mt}" = "xno"],
44
 
      AC_MSG_ERROR([Boost.Date_Time is required for ${PACKAGE}]))
 
44
      PANDORA_MSG_ERROR([Boost.Date_Time is required for ${PACKAGE}]))
45
45
])
46
46