summaryrefslogtreecommitdiff
path: root/deps/uv/configure.ac
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2013-08-29 15:04:27 +0200
committerBert Belder <bertbelder@gmail.com>2013-08-29 15:38:32 +0200
commite83a0cd016ef03d3ec3b491325b347be886c1476 (patch)
treef9c61bd589f91c07f2dbaec25e09cc8f34d5745f /deps/uv/configure.ac
parenta9eb96d0201fa7d13c898a154e81fd9531358d2f (diff)
downloadandroid-node-v8-e83a0cd016ef03d3ec3b491325b347be886c1476.tar.gz
android-node-v8-e83a0cd016ef03d3ec3b491325b347be886c1476.tar.bz2
android-node-v8-e83a0cd016ef03d3ec3b491325b347be886c1476.zip
uv: upgrade to v0.11.11
Diffstat (limited to 'deps/uv/configure.ac')
-rw-r--r--deps/uv/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/uv/configure.ac b/deps/uv/configure.ac
index d9760a32ea..aede49b7ca 100644
--- a/deps/uv/configure.ac
+++ b/deps/uv/configure.ac
@@ -44,6 +44,7 @@ AM_CONDITIONAL([LINUX], [AS_CASE([$host_os], [linux*], [true], [false])])
AM_CONDITIONAL([NETBSD], [AS_CASE([$host_os], [netbsd*], [true], [false])])
AM_CONDITIONAL([OPENBSD], [AS_CASE([$host_os], [openbsd*], [true], [false])])
AM_CONDITIONAL([SUNOS], [AS_CASE([$host_os], [solaris*], [true], [false])])
+AM_CONDITIONAL([WINNT], [AS_CASE([$host_os], [mingw*], [true], [false])])
PANDORA_ENABLE_DTRACE
AC_CONFIG_FILES([Makefile])
AC_OUTPUT