added check for FAAC as well
This commit is contained in:
parent
abc24f7d2b
commit
02870bc21a
|
@ -152,8 +152,10 @@ fi
|
||||||
dnl-----------------------------------------------------------------------------
|
dnl-----------------------------------------------------------------------------
|
||||||
dnl make sure at least one of lame and vorbis present
|
dnl make sure at least one of lame and vorbis present
|
||||||
dnl-----------------------------------------------------------------------------
|
dnl-----------------------------------------------------------------------------
|
||||||
if test "x${LAME_LDFLAGS}" = "x" -a "x${VORBIS_LDFLAGS}" = "x" ; then
|
if test "x${LAME_LDFLAGS}" = "x"
|
||||||
AC_MSG_ERROR( [neither lame nor Ogg Vorbis configured])
|
-a "x${VORBIS_LDFLAGS}" = "x"
|
||||||
|
-a "x${FAAC_LDFLAGS}" = "x"; then
|
||||||
|
AC_MSG_ERROR([neither lame, Ogg Vorbis nor faac configured])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue