Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 24, 2004, 9:43:22 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: checking if pthread is an option

File:
1 edited

Legend:

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

    r3272 r3273  
    403403
    404404
    405 checking for pthread libs
     405##checking for pthread
     406AC_CHECK_HEADERS([pthread.h], pthreadHeader="yes", pthreadHeader="no")
    406407AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)
    407408 if test "$FOUND_pthread" = "yes" ; then
Note: See TracChangeset for help on using the changeset viewer.