Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 369105 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- a/configure.in
0
++ b/configure.in
Lines 38-43 Link Here
38
    
39
    
39
AC_CHECK_LIB(vorbisfile, ov_open,,
40
AC_CHECK_LIB(vorbisfile, ov_open,,
40
    AC_MSG_WARN(libvorbis not found - the support for OGG files is disabled))
41
    AC_MSG_WARN(libvorbis not found - the support for OGG files is disabled))
42
AC_SEARCH_LIBS(ogg_stream_clear,ogg)
41
43
42
AM_ICONV_LINK
44
AM_ICONV_LINK
43
45

Return to bug 369105