From: Michael Jeanson Date: Fri, 7 Apr 2017 19:44:34 +0000 (-0400) Subject: Fix: disable debug by default info on Cygwin X-Git-Tag: v2.0.0-pre2~55 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=c613db5efd61da35b82978dedd96218f6a243b5d Fix: disable debug by default info on Cygwin elfutils is not available on Cygwin. Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/configure.ac b/configure.ac index a0a076e0..3a6eca9a 100644 --- a/configure.ac +++ b/configure.ac @@ -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