Changeset 2879 in orxonox.OLD for orxonox/trunk/configure.ac
- Timestamp:
- Nov 17, 2004, 11:09:14 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure.ac
r2819 r2879 15 15 16 16 17 # checking gl header (has to be here because of a Linux error) 18 AC_CHECK_HEADERS(GL/gl.h ,, 19 [AC_MSG_ERROR([cannot find opengl headers]) ]) 17 18 AC_CHECK_HEADERS(,,,) 20 19 21 20 … … 36 35 #done before loop 37 36 37 # checking gl header (has to be here because of a Linux error) 38 AC_CHECK_HEADERS(GL/gl.h ,, 39 [AC_MSG_ERROR([cannot find opengl headers]) ]) 38 40 # checking for Windows openGl library 39 41 AC_CHECK_LIB([opengl32], [main], FOUND_opengl32=yes, "gl/gl.h") … … 104 106 Linux="yes" 105 107 106 # checking gl header 107 #has been done befor linux-check 108 # checking gl header (has to be here because of a Linux error) 109 AC_CHECK_HEADERS(GL/gl.h ,, 110 [AC_MSG_ERROR([cannot find opengl headers]) ]) 108 111 109 112 # checking for Unix GL
Note: See TracChangeset
for help on using the changeset viewer.