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

(-)configure.in (-1 lines)
Lines 103-109 Link Here
103
  AC_MSG_WARN([Can't find libpng-config, guessing required headers and libraries.])
103
  AC_MSG_WARN([Can't find libpng-config, guessing required headers and libraries.])
104
fi
104
fi
105
AC_CHECK_HEADERS([png.h], , AC_MSG_ERROR([Can't find libpng header.]))
105
AC_CHECK_HEADERS([png.h], , AC_MSG_ERROR([Can't find libpng header.]))
106
AC_CHECK_LIB([png], [png_decompress_chunk], , AC_MSG_ERROR([Can't find libpng library.]))
107
106
108
# Checks for Ogg.
107
# Checks for Ogg.
109
AC_CHECK_LIB([ogg], [ogg_stream_init], , AC_MSG_ERROR([Can't find Ogg library.]))
108
AC_CHECK_LIB([ogg], [ogg_stream_init], , AC_MSG_ERROR([Can't find Ogg library.]))

Return to bug 123515