From a6e8497a4bf6b5f03dd57e927a4db2c05e9bd1ed Mon Sep 17 00:00:00 2001 From: Conrad Parker Date: Tue, 7 Sep 2004 07:46:59 +0000 Subject: fix broken include in TRY_LINK configure test for speex CVS patchset: 6945 CVS date: 2004/09/07 07:46:59 --- m4/speex.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -#include +#include ], [ 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" -- cgit v1.2.3