~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libbdb.m4

  • Committer: Stewart Smith
  • Date: 2010-02-22 07:44:37 UTC
  • mfrom: (1283.17.4)
  • mto: (1283.19.1)
  • mto: This revision was merged to the branch mainline in revision 1449.
  • Revision ID: stewart@flamingspork.com-20100222074437-1a9x1n030tbtv1qv
Merged embeddded-innodb-store-table-proto into embedded-innodb-write-row.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl  Copyright (C) 2009 Sun Microsystems, Inc.
2
 
dnl This file is free software; Sun Microsystems, Inc.
 
1
dnl  Copyright (C) 2009 Sun Microsystems
 
2
dnl This file is free software; Sun Microsystems
3
3
dnl gives unlimited permission to copy and/or distribute it,
4
4
dnl with or without modifications, as long as this notice is preserved.
5
5
 
36
36
AC_DEFUN([PANDORA_REQUIRE_LIBBDB],[
37
37
  AC_REQUIRE([_PANDORA_SEARCH_LIBBDB])
38
38
  AS_IF([test "x${ac_cv_libbdb}" = "xno"],
39
 
    PANDORA_MSG_ERROR([libbdb is required for ${PACKAGE}]))
 
39
    AC_MSG_ERROR([libbdb is required for ${PACKAGE}]))
40
40
])