Port: build shared libraries in Cygwin
[userspace-rcu.git] / configure.ac
index 13f2fd8bfd24fcbb4ea0c1f56fd6dd79598515e4..9fc78599d5bfa448b0e39bccb45b5b64ec4bcb2b 100644 (file)
@@ -133,6 +133,11 @@ AS_CASE([$host],[*-*-linux-androideabi],
        [AM_CONDITIONAL(TARGET_IS_ANDROID, false)]
 )
 
+AS_CASE([$host],[*-cygwin*],
+       [AM_CONDITIONAL(USE_CYGWIN, true)],
+       [AM_CONDITIONAL(USE_CYGWIN, false)]
+)
+
 AC_SUBST(ARCHTYPE)
 AC_SUBST(SUBARCHTYPE)
 
This page took 0.022381 seconds and 4 git commands to generate.