~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/zeromq/plugin.ac

Merge Monty - Updates to pandora-build to support features of gcc 4.5.

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
 
])