Changeset 3274 in orxonox.OLD for orxonox/branches/updater/configure
- Timestamp:
- Dec 24, 2004, 11:46:56 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/configure
r3273 r3274 6970 6970 6971 6971 ##checking for pthread 6972 if test x$have_gthread = xyes ; then 6972 6973 6973 6974 for ac_header in pthread.h … … 7122 7123 done 7123 7124 7124 echo "$as_me:$LINENO: checking for main in -lpthread" >&57125 echo "$as_me:$LINENO: checking for main in -lpthread" >&5 7125 7126 echo $ECHO_N "checking for main in -lpthread... $ECHO_C" >&6 7126 7127 if test "${ac_cv_lib_pthread_main+set}" = set; then … … 7184 7185 fi 7185 7186 7186 if test "$FOUND_pthread" = "yes" ; then7187 LIBS="$LIBS -lpthread"7188 fi7189 7187 if test "$FOUND_pthread" = "yes" ; then 7188 LIBS="$LIBS -lpthread" 7189 fi 7190 fi 7190 7191 7191 7192 # FIXME: Replace `main' with a function in `-lm':
Note: See TracChangeset
for help on using the changeset viewer.