--- faac/configure.in.orig 2004-04-16 13:49:09 +0400 +++ faac/configure.in 2006-08-07 16:21:44 +0400 @@ -24,9 +24,8 @@ AC_CHECK_LIB(mp4v2, MP4MetadataDelete, [AC_MSG_NOTICE([*** Building with MP4 support ***]) MY_DEFINE([HAVE_LIBMP4V2]) - LIBS="$LIBS -lstdc++ -lmp4v2"], - [AC_MSG_NOTICE([*** Building without MP4 support ***])], - -lstdc++) + LIBS="$LIBS -lmp4v2"], + [AC_MSG_NOTICE([*** Building without MP4 support ***])]) AC_C_BIGENDIAN dnl Checks for header files required for mp4.h