sink.ctf.fs: use original stream's name as CTF writer stream's name
[babeltrace.git] / configure.ac
index a0a076e0cde6f13ecdcf100f1af20072c2aeda7c..f7503d5cef46f96a437acb0269fe3ce77d29351c 100644 (file)
@@ -161,6 +161,11 @@ AS_CASE([$host_os],
     [
        DEFAULT_ENABLE_DEBUG_INFO=no
     ],
+  [cygwin*],
+    [
+       DEFAULT_ENABLE_DEBUG_INFO=no
+       LT_NO_UNDEFINED="-no-undefined"
+    ],
   [mingw*],
     [
        MINGW32=yes
@@ -518,6 +523,7 @@ AC_CONFIG_FILES([
        plugins/text/pretty/Makefile
        plugins/utils/Makefile
        plugins/utils/dummy/Makefile
+       plugins/utils/counter/Makefile
        plugins/utils/trimmer/Makefile
        plugins/utils/muxer/Makefile
        python-plugin-provider/Makefile
This page took 0.02289 seconds and 4 git commands to generate.