Navigation Menu

Skip to content

Commit

Permalink
Updated for SDL 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Dec 21, 1999
1 parent 94a73ef commit 9c8b612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acinclude.m4
Expand Up @@ -62,7 +62,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 @@ -136,7 +136,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 9c8b612

Please sign in to comment.