Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3272 in orxonox.OLD for orxonox/branches/updater/configure.ac


Ignore:
Timestamp:
Dec 24, 2004, 8:41:18 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/updater: using pthread as Threader.

File:
1 edited

Legend:

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

    r3271 r3272  
    403403
    404404
    405 #checking for pthread libs
    406 # AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)
    407 # if test "$FOUND_pthread" = "yes" ; then
    408 #    LIBS="$LIBS -lpthread"
    409 # fi
     405checking for pthread libs
     406AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)
     407 if test "$FOUND_pthread" = "yes" ; then
     408    LIBS="$LIBS -lpthread"
     409 fi
    410410
    411411
Note: See TracChangeset for help on using the changeset viewer.