Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. weston/1.0.6-r0/weston-1.0.6$ grep -R unwind configure.ac
  2. PKG_CHECK_MODULES(LIBUNWIND, libunwind,
  3. [have_libunwind=yes], [have_libunwind=no])
  4. if test "x$have_libunwind" = xyes; then
  5. AC_DEFINE(HAVE_LIBUNWIND, 1, [Have libunwind support])
  6. AM_CONDITIONAL(HAVE_LIBUNWIND, [test "x$have_libunwind" = xyes])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement