From: Vladimir Panteleev <vladi...@thecybershadow.net>

---
 configure | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure b/configure
index 17ac67bb..f7a54dec 100755
--- a/configure
+++ b/configure
@@ -699,6 +699,11 @@ case "$uname" in
            printf "Yes\n"
        fi
        ;;
+    CYGWIN_NT-*)
+       printf "Cygwin.\n"
+       platform=CYGWIN
+       linker_resolves_library_dependencies=0
+       ;;
     *)
        printf "Unknown.\n"
        platform="$uname"
-- 
2.13.3

_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Reply via email to