- Timestamp:
- Oct 7, 2005, 1:08:51 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r5279 r5295 500 500 501 501 ## SDL-check 502 #SDL_CFLAGS=`sdl-config --cflags`503 #SDL_LIBS=`sdl-config --libs`504 #CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"505 #LIBS="$LIBS $SDL_LIBS"502 SDL_CFLAGS=`sdl-config --cflags` 503 SDL_LIBS=`sdl-config --libs` 504 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" 505 LIBS="$LIBS $SDL_LIBS" 506 506 AC_CHECK_HEADERS([SDL/SDL.h] ,, 507 507 [AC_MSG_ERROR([cannot find SDL headers]) ]) 508 508 HAVE_SDL=yes 509 LIBS="$LIBS -framework SDL"509 # LIBS="$LIBS -framework SDL" 510 510 511 511 # checking for SDL-headers
Note: See TracChangeset
for help on using the changeset viewer.