summaryrefslogtreecommitdiff
path: root/test/acinclude.m4
diff options
context:
space:
mode:
authorSam Lantinga <slouken@lokigames.com>2001-04-26 16:50:19 +0000
committerSam Lantinga <slouken@lokigames.com>2001-04-26 16:50:19 +0000
commit9b6cc5a90d020af017c29102dafc29c1bd75f329 (patch)
tree7a0180e9d4c8721002849f5a247505378c31b775 /test/acinclude.m4
parent2f110628a7db223ebe9b7985af389d00779ff273 (diff)
Changes since SDL 1.2.0 release
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402
Diffstat (limited to 'test/acinclude.m4')
-rw-r--r--test/acinclude.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/test/acinclude.m4 b/test/acinclude.m4
index 38d8b0f0..36fb04af 100644
--- a/test/acinclude.m4
+++ b/test/acinclude.m4
@@ -140,6 +140,11 @@ int main (int argc, char *argv[])
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"