Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2925 in orxonox.OLD for orxonox/trunk/configure.ac


Ignore:
Timestamp:
Nov 19, 2004, 2:36:15 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed problem with the AC_CHECK_HEADER. now works in linux and windows again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure.ac

    r2879 r2925  
    1616
    1717
    18 AC_CHECK_HEADERS(,,,)
    19 
    20 
     18AC_HEADER_STDC
    2119
    2220### CHECKING FOR SYSTEM ###
     
    3533        #done before loop
    3634
    37 # checking gl header (has to be here because of a Linux error)
     35# checking gl header
    3836   AC_CHECK_HEADERS(GL/gl.h ,,
    3937      [AC_MSG_ERROR([cannot find opengl headers]) ])
     
    106104 Linux="yes"
    107105
    108 # checking gl header (has to be here because of a Linux error)
     106# checking gl header
    109107   AC_CHECK_HEADERS(GL/gl.h ,,
    110108      [AC_MSG_ERROR([cannot find opengl headers]) ])
Note: See TracChangeset for help on using the changeset viewer.