Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3104 in orxonox.OLD for orxonox/branches/images/configure.ac


Ignore:
Timestamp:
Dec 5, 2004, 5:16:43 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/images: better test

File:
1 edited

Legend:

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

    r3103 r3104  
    143143      [AC_MSG_ERROR([cannot find SDL headers]) ])
    144144
    145 # checking for SDL-libs
     145# checking for SDL-lib
    146146    AC_CHECK_LIB([SDL], [main], FOUND_SDL=yes)
    147147     if test "$FOUND_SDL" = "yes" ; then
     
    155155     fi   
    156156
    157 #checking for SDL_image-headers
     157# checking for SDL_image-headers
    158158  AC_CHECK_HEADERS(SDL/SDL_image.h ,,
    159159      [AC_MSG_ERROR([cannot find SDL_image headers]) ])
     160# checking for SDL_image-lib
    160161  AC_CHECK_LIB([SDL_image], [main], FOUND_SDL_image=yes)
    161162     if test "$FOUND_SDL_image" = "yes" ; then
Note: See TracChangeset for help on using the changeset viewer.