From: Michael Jeanson Date: Fri, 7 Apr 2017 19:44:34 +0000 (-0400) Subject: Fix: disable debug by default info on Cygwin X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=579a4b9dec333e681ebb49985aa014181cc902ab 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