Changeset 7699 in vbox for trunk/configure
- Timestamp:
- Apr 2, 2008 3:00:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.