diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/speex.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/speex.m4 b/m4/speex.m4 index b92d87118..a39e1dd6a 100644 --- a/m4/speex.m4 +++ b/m4/speex.m4 @@ -63,7 +63,7 @@ int main () LIBS="$LIBS $SPEEX_LIBS $OGG_LIBS" AC_TRY_LINK([ #include <stdio.h> -#include <speex/codec.h> +#include <speex.h> ], [ return 0; ], [ echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding Speex or finding the wrong" |