Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3701 in orxonox.OLD for orxonox/branches/textEngine/configure.ac


Ignore:
Timestamp:
Mar 31, 2005, 10:27:46 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: SDL include fix in configure and texture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/configure.ac

    r3691 r3701  
    325325
    326326# checking for SDL-headers
    327     AC_CHECK_HEADERS([SDL/SDL.h] ,,
     327    AC_CHECK_HEADERS([SDL.h] ,,
    328328      [AC_MSG_ERROR([cannot find SDL headers]) ])
    329329
     
    426426if test x$def_sdl_image = xyes; then
    427427# checking for SDL_image-headers
    428   AC_CHECK_HEADERS([SDL/SDL_image.h] ,,
     428  AC_CHECK_HEADERS([SDL_image.h] ,,
    429429      [echo "sdl_image not found. falling back to other options"; def_sdl_image=no ])
    430430fi
Note: See TracChangeset for help on using the changeset viewer.