[zeromq-dev] Cygwin support patch

Martin Sustrik sustrik at 250bpm.com
Wed Feb 24 08:03:13 CET 2010


Hi Bernd,

AFAICS the text in AC_MSG_CHECKING is wrong. Also, hardcoded paths don't 
seem the best way to go.

Everyone, any ideas how to make this more neat?


      *cygwin*)
          AC_DEFINE(ZMQ_HAVE_CYGWIN, 1, [Have Cygwin])
+               AC_MSG_CHECKING([whether to build documentation])
+               LDFLAGS="-L/usr/lib/e2fsprogs"
+               AC_SEARCH_LIBS(uuid_generate, uuid, ,
+                       [AC_MSG_ERROR([cannot link with correct 
libuuid.a.])])
          ;;
      *)


Martin



More information about the zeromq-dev mailing list