diff --git a/configure b/configure index 2624d145c6..062314faaf 100755 --- a/configure +++ b/configure @@ -2511,7 +2511,7 @@ if test "$_faad" = auto ; then _faad=no cat > $TMPC << EOF #include -int main(void) { return 0; } +int main(void) { faacDecHandle testhand; testhand = faacDecOpen(); return 0; } EOF cc_check -lfaad -lm && _faad=yes fi