~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libhaildb.m4

  • Committer: Stewart Smith
  • Date: 2011-01-12 01:05:01 UTC
  • mto: (2094.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2095.
  • Revision ID: stewart@flamingspork.com-20110112010501-hvlwm0zdibhihg03
force pandora-build to look for HailDB 2.3.2 (Cairo) or later as it is required

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    AC_LIB_HAVE_LINKFLAGS(haildb,,[
22
22
      #include <haildb.h>
23
23
    ],[
24
 
      ib_set_panic_handler(NULL);
 
24
      ib_update_table_statistics(NULL);
25
25
    ])
26
26
    AS_IF([test "x${ac_cv_libhaildb}" = "xyes"],[
27
27
      AC_DEFINE([HAVE_HAILDB_H],[1],[Do we have haildb.h])
39
39
AC_DEFUN([PANDORA_REQUIRE_LIBHAILDB],[
40
40
  AC_REQUIRE([PANDORA_HAVE_LIBHAILDB])
41
41
  AS_IF([test "x${ac_cv_libhaildb}" = "xno"],
42
 
      AC_MSG_ERROR([libhaildb 2.2.0 or later is required for ${PACKAGE}]))
 
42
      AC_MSG_ERROR([libhaildb 2.3.2 or later is required for ${PACKAGE}]))
43
43
])