~drizzle-trunk/drizzle/development

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