Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 19, 2004, 4:05:07 PM (21 years ago)
Author:
bensch
Message:

orxonox/trunk: makefile of doc extends make and make config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure.ac

    r3205 r3218  
    22# Process this file with autoconf to produce a configure script.
    33
    4 #AC_PREREQ(2.56)
     4AC_PREREQ(2.56)
    55AC_INIT(orxonox, 0.2.0_alpha-r1, orxonox-dev@mail.datacore.ch)
    66
     
    337337
    338338#checking for pthread libs
    339  AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)
    340  if test "$FOUND_pthread" = "yes" ; then
    341     LIBS="$LIBS -lpthread"
    342  fi
     339# AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)
     340# if test "$FOUND_pthread" = "yes" ; then
     341#    LIBS="$LIBS -lpthread"
     342# fi
    343343
    344344
Note: See TracChangeset for help on using the changeset viewer.