diff options
author | Chris Robinson <[email protected]> | 2008-12-12 11:09:23 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-12-12 11:09:23 -0800 |
commit | 1acd6da7457378b110df2b53e8ec3cfd00e1a6a9 (patch) | |
tree | 6b8706f7421751382fbfdb046283c85f029d5f27 /config.h.in | |
parent | 3056f91ec54b2066b0e939ebcb540ca99a256110 (diff) |
Search for SDL.h in addition to SDL/SDL.h
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index fce1dab2..45df5157 100644 --- a/config.h.in +++ b/config.h.in @@ -37,6 +37,12 @@ /* Define if we have stdint.h */ #cmakedefine HAVE_STDINT_H +/* Define if we have SDL/SDL.h */ +#cmakedefine HAVE_SDL_SDL_H + +/* Define if we have SDL.h */ +#cmakedefine HAVE_SDL_H + /* Define if we have the __int64 type */ #cmakedefine HAVE___INT64 |