Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 444050
Collapse All | Expand All

(-)configure.ac~ (-1 / +1 lines)
Lines 240-246 Link Here
240
AC_MSG_RESULT([$enable_minidebuginfo])
240
AC_MSG_RESULT([$enable_minidebuginfo])
241
if test x$enable_minidebuginfo != xno; then
241
if test x$enable_minidebuginfo != xno; then
242
   AC_CHECK_LIB([lzma], [lzma_mf_is_supported],
242
   AC_CHECK_LIB([lzma], [lzma_mf_is_supported],
243
   [AC_SUBST([LIBLZMA], [-lzma])
243
   [AC_SUBST([LIBLZMA], [-llzma])
244
    AC_DEFINE([HAVE_LZMA], [1], [Define if you have liblzma])
244
    AC_DEFINE([HAVE_LZMA], [1], [Define if you have liblzma])
245
    enable_minidebuginfo=yes],
245
    enable_minidebuginfo=yes],
246
   [if test x$enable_minidebuginfo = xyes; then
246
   [if test x$enable_minidebuginfo = xyes; then

Return to bug 444050