Fix building on MSYS2
[urcu.git] / configure.ac
index f074735b09a64dfc3625a787ee10595a6fe1ba41..c4b2b6e86417e212df569d565bc299dbac6ca97e 100644 (file)
@@ -51,7 +51,7 @@ AM_SILENT_RULES([yes])
 ##                               ##
 
 AS_CASE([$host],
-  [*-cygwin*], [LT_NO_UNDEFINED="-no-undefined"]
+  [*-cygwin* | *-msys*], [LT_NO_UNDEFINED="-no-undefined"]
 )
 
 
This page took 0.022362 seconds and 4 git commands to generate.