Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5295 in orxonox.OLD


Ignore:
Timestamp:
Oct 7, 2005, 1:08:51 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: compiling version of orxonox on X

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r5279 r5295  
    500500
    501501## 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"
    506506   AC_CHECK_HEADERS([SDL/SDL.h] ,,
    507507      [AC_MSG_ERROR([cannot find SDL headers]) ])
    508508   HAVE_SDL=yes
    509    LIBS="$LIBS -framework SDL"
     509#   LIBS="$LIBS -framework SDL"
    510510
    511511# checking for SDL-headers
Note: See TracChangeset for help on using the changeset viewer.