~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_have_libpq.m4

  • Committer: Lee Bieber
  • Date: 2011-03-04 23:51:48 UTC
  • mfrom: (2219.1.2 build)
  • Revision ID: kalebral@gmail.com-20110304235148-g7sawtycktp1vz74
Merge Shrews - 729372: Semicolon causing slave plugin to stop replicating
Merge Andrew - 728990: libdrizzle: Re-using a result struct without freeing causes infinite loop

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
AC_DEFUN([PANDORA_REQUIRE_LIBPQ],[
43
43
  AC_REQUIRE([PANDORA_HAVE_LIBPQ])
44
44
  AS_IF([test "x${ac_cv_libpq}" = "xno"],
45
 
    PANDORA_MSG_ERROR([libpq is required for ${PACKAGE}]))
 
45
    AC_MSG_ERROR([libpq is required for ${PACKAGE}]))
46
46
])