Changeset 7699
- Timestamp:
- 04/02/08 17:00:32 (8 months ago)
- Files:
-
- trunk/configure (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure
r7522 r7699 916 916 cat > .tmp_src.cc << EOF 917 917 #include <cstdio> 918 #include <SDL /SDL.h>919 #include <SDL /SDL_main.h>918 #include <SDL.h> 919 #include <SDL_main.h> 920 920 extern "C" int main(void) 921 921 { … … 954 954 cat > .tmp_src.cc << EOF 955 955 #include <cstdio> 956 #include <SDL /SDL_ttf.h>956 #include <SDL_ttf.h> 957 957 #ifndef SDL_TTF_MAJOR_VERSION 958 958 #define SDL_TTF_MAJOR_VERSION TTF_MAJOR_VERSION … … 973 973 } 974 974 EOF 975 if test_compile "-lSDL_ttf " SDL_ttf SDL_ttf; then975 if test_compile "-lSDL_ttf $I_INCSDL" SDL_ttf SDL_ttf; then 976 976 test_execute 977 977 fi

