- Timestamp:
- Jan 31, 2006, 12:28:56 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r6838 r6876 270 270 ## also checking for SDL on differen Systems 271 271 272 CPPFLAGS="$CPPFLAGS -g" 273 274 272 275 AC_MSG_CHECKING([for System]) 273 276 ## checking for openGL-environment and other sys-specific parameters … … 460 463 SDL_CFLAGS=`sdl-config --cflags` 461 464 SDL_LIBS=`sdl-config --libs` 462 CXXFL AGS="$CXXFLAGS $SDL_CFLAGS"465 CXXFL\AGS="$CXXFLAGS $SDL_CFLAGS" 463 466 LIBS="$LIBS $SDL_LIBS" 464 467 AC_CHECK_HEADERS([SDL/SDL.h] ,, … … 504 507 AX_CHECK_REQUIRED_HEADER_LIB([SDL_net.h SDL/SDL_net.h], [SDL_net], [main],,, [http://www.libsdl.org/projects/SDL_net]) 505 508 509 #--------# 510 # vorbis # 511 #--------# 512 AX_CHECK_REQUIRED_HEADER_LIB([vorbis/vorbisfile.h], [vorbisfile], [main],,, [http://www.xiph.org/ogg/vorbis/index.html]) 513 AX_CHECK_REQUIRED_HEADER_LIB([vorbis/codec.h], [vorbis], [main],,, [http://www.xiph.org/ogg/vorbis/index.html]) 514 506 515 #-----# 507 516 # ogg # 508 517 #-----# 509 518 AX_CHECK_REQUIRED_HEADER_LIB([ogg/ogg.h], [ogg], [main],,, [http://www.xiph.org/ogg/vorbis/index.html]) 510 #--------#511 # vorbis #512 #--------#513 AX_CHECK_REQUIRED_HEADER_LIB([vorbis/codec.h], [vorbis], [main],,, [http://www.xiph.org/ogg/vorbis/index.html])514 AX_CHECK_REQUIRED_HEADER_LIB([vorbis/vorbisfile.h], [vorbisfile], [main],,, [http://www.xiph.org/ogg/vorbis/index.html])515 519 516 520 #--------#
Note: See TracChangeset
for help on using the changeset viewer.