~vlad-lesin/percona-playback/bug-1156368

« back to all changes in this revision

Viewing changes to m4/pandora_have_libdrizzle-1.0.m4

  • Committer: Stewart Smith
  • Date: 2013-07-26 09:31:07 UTC
  • Revision ID: stewart@flamingspork.com-20130726093107-h1imepuue6e0vqjc
do proper detection of path of libdrizzle includes

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    [ac_enable_libdrizzle="$enableval"],
17
17
    [ac_enable_libdrizzle="yes"])
18
18
 
 
19
  AC_CHECK_HEADERS([libdrizzle/drizzle_client.h libdrizzle-1.0/drizzle_client.h],
 
20
        [break],
 
21
        []
 
22
        )
 
23
 
19
24
  AS_IF([test "x$ac_enable_libdrizzle" = "xyes"],[
20
25
    AC_LIB_HAVE_LINKFLAGS(drizzle,,[
21
26
      #include <libdrizzle/drizzle_client.h>