[Bug 778193] Automagic libunwind dependency
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Aug 11 18:59:32 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=778193
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #357437|none |reviewed
status| |
--- Comment #16 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 357437
--> https://bugzilla.gnome.org/attachment.cgi?id=357437
configure.ac patch that adds libdw and libunwind switches
>+AC_ARG_WITH([unwind],[AS_HELP_STRING([--with-unwind],[use libunwind])],
>+ [], [with_unwind=auto])
>+AS_IF([test "$with_unwind" = yes],
>+ [PKG_CHECK_MODULES(UNWIND, libunwind)
>...
>+ )
Does this handle the default/auto case correctly?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list