summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-02-19 17:50:47 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-02-19 17:50:47 +0100
commit8b86dcf81cc7b80267f334f4f26dfd319532ad25 (patch)
tree5e65668a2c675a26d7f4bf6ea039374b01d22ba6 /configure.in
parent727054547f32680f7db098497c2d7b1a0b20e2d8 (diff)
build on cygwin enabled
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 20cd8c5..30283ef 100644
--- a/configure.in
+++ b/configure.in
@@ -200,6 +200,9 @@ case "${host_os}" in
on_mingw32="yes"
install_man="no"
;;
+ *cygwin*)
+ AC_DEFINE(ZMQ_HAVE_CYGWIN, 1, [Have Cygwin])
+ ;;
*)
AC_MSG_ERROR([unsupported system: ${host_os}.])
;;