comparison configure.ac @ 1038:1710790c8e85 trunk

[svn] - Require FLAC >= 1.1.3 for flacng for the time being
author ertzing
date Tue, 15 May 2007 13:38:05 -0700
parents 0e4ee1c4e6cb
children 91a6d69bca91
comparison
equal deleted inserted replaced
1037:c31e94fefd2a 1038:1710790c8e85
526 [enable_flacng=$enableval], 526 [enable_flacng=$enableval],
527 [enable_flacng="yes"] 527 [enable_flacng="yes"]
528 ) 528 )
529 529
530 if test "$enable_flacng" = "yes"; then 530 if test "$enable_flacng" = "yes"; then
531 PKG_CHECK_MODULES(FLAC, [flac >= 1.1.2], 531 PKG_CHECK_MODULES(FLAC, [flac >= 1.1.3],
532 [have_flacng=yes], 532 [have_flacng=yes],
533 [AC_MSG_WARN([*** Cannot find libFLAC, FLACng will not be built ***]) 533 [AC_MSG_WARN([*** Cannot find libFLAC, FLACng will not be built ***])
534 have_flacng=no] 534 have_flacng=no]
535 ) 535 )
536 else 536 else