From 02870bc21a25113c70f0640406286c245a707c3e Mon Sep 17 00:00:00 2001 From: darkeye Date: Sat, 22 Oct 2005 10:33:10 +0000 Subject: [PATCH] added check for FAAC as well --- darkice/trunk/configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index 53b3556..45f6e42 100644 --- a/darkice/trunk/configure.in +++ b/darkice/trunk/configure.in @@ -152,8 +152,10 @@ fi dnl----------------------------------------------------------------------------- dnl make sure at least one of lame and vorbis present dnl----------------------------------------------------------------------------- -if test "x${LAME_LDFLAGS}" = "x" -a "x${VORBIS_LDFLAGS}" = "x" ; then - AC_MSG_ERROR( [neither lame nor Ogg Vorbis configured]) +if test "x${LAME_LDFLAGS}" = "x" + -a "x${VORBIS_LDFLAGS}" = "x" + -a "x${FAAC_LDFLAGS}" = "x"; then + AC_MSG_ERROR([neither lame, Ogg Vorbis nor faac configured]) fi