Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
*** empty log message ***
  • Loading branch information
slouken committed Aug 19, 2001
1 parent 4f18d95 commit 3a0a020
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions acinclude.m4
Expand Up @@ -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"
Expand Down

0 comments on commit 3a0a020

Please sign in to comment.