[PATCH 5/8] configure: Detect Cygwin, and set PLATFORM accordingly

Subject: [PATCH 5/8] configure: Detect Cygwin, and set PLATFORM accordingly

Date: Tue, 22 Aug 2017 22:43:36 +0000

To: notmuch@notmuchmail.org

Cc: Vladimir Panteleev

From: Vladimir Panteleev


From: Vladimir Panteleev <vladimir@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

Thread: