1.1 --- a/test/acinclude.m4 Thu Apr 26 16:45:43 2001 +0000
1.2 +++ b/test/acinclude.m4 Thu Apr 26 16:50:19 2001 +0000
1.3 @@ -140,6 +140,11 @@
1.4 AC_TRY_LINK([
1.5 #include <stdio.h>
1.6 #include "SDL.h"
1.7 +
1.8 +int main(int argc, char *argv[])
1.9 +{ return 0; }
1.10 +#undef main
1.11 +#define main K_and_R_C_main
1.12 ], [ return 0; ],
1.13 [ echo "*** The test program compiled, but did not run. This usually means"
1.14 echo "*** that the run-time linker is not finding SDL or finding the wrong"