~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/zeromq/plugin.ac

  • Committer: Marcus Eriksson
  • Date: 2011-08-08 11:01:35 UTC
  • mto: This revision was merged to the branch mainline in revision 2391.
  • Revision ID: marcuse@marcuse-laptop-20110808110135-1s4df40pdmytg5iy
initial zeromq replicator support

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_LIB_HAVE_LINKFLAGS(zmq,,[
 
2
    #include <zmq.h>
 
3
  ],[
 
4
         void *context = zmq_init (1);
 
5
  ])
 
6
AS_IF([test "x$ac_cv_libzmq" = "xno"],[
 
7
    AC_MSG_WARN([zeromq not found: not building zmq plugin.])
 
8
])