Skip to content

Commit

Permalink
Changed the header to look for regarding FLAC support from FLAC/all.h to
Browse files Browse the repository at this point in the history
 FLAC/stream_decoder.h ...
  • Loading branch information
icculus committed Nov 19, 2001
1 parent d7443a9 commit c07ca63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -148,7 +148,7 @@ AC_ARG_ENABLE(flac,
[ --enable-flac enable FLAC decoding via libFLAC [default=yes]],
, enable_flac=yes)
if test x$enable_flac = xyes; then
AC_CHECK_HEADER(FLAC/all.h, have_flac_hdr=yes)
AC_CHECK_HEADER(FLAC/stream_decoder.h, have_flac_hdr=yes)
AC_CHECK_LIB(FLAC, FLAC__stream_decoder_new, have_flac_lib=yes)
if test x$have_flac_hdr = xyes -a x$have_flac_lib = xyes; then
LIBS="$LIBS -lFLAC"
Expand Down

0 comments on commit c07ca63

Please sign in to comment.