Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3274 in orxonox.OLD for orxonox/branches/updater/configure


Ignore:
Timestamp:
Dec 24, 2004, 11:46:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: better check if pthread is not enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/configure

    r3273 r3274  
    69706970
    69716971##checking for pthread
     6972if test x$have_gthread = xyes ; then
    69726973
    69736974for ac_header in pthread.h
     
    71227123done
    71237124
    7124 echo "$as_me:$LINENO: checking for main in -lpthread" >&5
     7125  echo "$as_me:$LINENO: checking for main in -lpthread" >&5
    71257126echo $ECHO_N "checking for main in -lpthread... $ECHO_C" >&6
    71267127if test "${ac_cv_lib_pthread_main+set}" = set; then
     
    71847185fi
    71857186
    7186  if test "$FOUND_pthread" = "yes" ; then
    7187     LIBS="$LIBS -lpthread"
    7188  fi
    7189 
     7187   if test "$FOUND_pthread" = "yes" ; then
     7188      LIBS="$LIBS -lpthread"
     7189   fi
     7190fi
    71907191
    71917192# FIXME: Replace `main' with a function in `-lm':
Note: See TracChangeset for help on using the changeset viewer.