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

Vladimir Panteleev notmuch at thecybershadow.net
Tue Aug 22 15:43:36 PDT 2017


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



More information about the notmuch mailing list