diff sdl.m4 @ 1:cf2af46e9e2a

Changes since SDL 1.2.0 release
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:50:19 +0000
parents 74212992fb08
children e92aa316c517
line wrap: on
line diff
--- a/sdl.m4	Thu Apr 26 16:45:43 2001 +0000
+++ b/sdl.m4	Thu Apr 26 16:50:19 2001 +0000
@@ -140,6 +140,11 @@
           AC_TRY_LINK([
 #include <stdio.h>
 #include "SDL.h"
+
+int main(int argc, char *argv[])
+{ return 0; }
+#undef  main
+#define main K_and_R_C_main
 ],      [ return 0; ],
         [ echo "*** The test program compiled, but did not run. This usually means"
           echo "*** that the run-time linker is not finding SDL or finding the wrong"