1
0
Fork 0

Indicate system includes for relevant SDL headers

This commit is contained in:
Patryk Obara 2019-12-24 05:36:50 +01:00 committed by Patryk Obara
parent ce7c27a48b
commit 3a68ba2b26
11 changed files with 24 additions and 29 deletions

View file

@ -55,7 +55,7 @@ dnl
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "SDL.h"
#include <SDL.h>
char*
my_strdup (char *str)
@ -132,7 +132,7 @@ int main (int argc, char *argv[])
LIBS="$LIBS $SDL_LIBS"
AC_TRY_LINK([
#include <stdio.h>
#include "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"