Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 22, 2004, 2:36:12 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: deleted obsolete glut includings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure.ac

    r2618 r2627  
    8484AC_CHECK_LIB([Xt], [main])
    8585
    86 #  cheking for libglut32
    87 AC_CHECK_HEADERS(GL/glut.h ,,
    88       [AC_MSG_ERROR([cannot find glut headers]) ])
    89 AC_CHECK_LIB([glut], [glutInit], FOUND_glut=yes)
    90 if test "$FOUND_glut" = "yes" ; then
    91     LIBS="$LIBS -lglut"
    92     #   checking for Windows glut32 library
    93 else
    94     echo "We did not find the Linux glut Library. Checking for Windows Library"
    95     AC_CHECK_LIB([glut32], [main], FOUND_glut32=yes)
    96     if test "$FOUND_glut32" = "yes" ; then
    97         LIBS="$LIBS -lglut32"
    98     else
    99          echo "------------------"
    100          echo "glut library not found."
    101          echo "please install the glut library, which can be found at http://www.xmission.com/~nate/glut.html"
    102          echo "------------------"
    103          exit -1
    104     fi
    105 fi
    106 
    10786## mingw CHECK
    10887if test $mingw = yes ; then
Note: See TracChangeset for help on using the changeset viewer.