Skip to content

Commit

Permalink
Added a post-mix callback, and updated configure.in for Win32 cross-c…
Browse files Browse the repository at this point in the history
…ompile
  • Loading branch information
Sam Lantinga committed Dec 26, 1999
1 parent 9c8b612 commit 0fc0e4d
Show file tree
Hide file tree
Showing 8 changed files with 526 additions and 540 deletions.
4 changes: 2 additions & 2 deletions aclocal.m4
Expand Up @@ -74,7 +74,7 @@ dnl
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <SDL/SDL.h>
#include "SDL.h"
char*
my_strdup (char *str)
Expand Down Expand Up @@ -148,7 +148,7 @@ int main ()
LIBS="$LIBS $SDL_LIBS"
AC_TRY_LINK([
#include <stdio.h>
#include <SDL/SDL.h>
#include "SDL.h"
], [ 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 0fc0e4d

Please sign in to comment.