Changeset 3218 in orxonox.OLD for orxonox/trunk/configure.ac
- Timestamp:
- Dec 19, 2004, 4:05:07 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure.ac
r3205 r3218 2 2 # Process this file with autoconf to produce a configure script. 3 3 4 #AC_PREREQ(2.56)4 AC_PREREQ(2.56) 5 5 AC_INIT(orxonox, 0.2.0_alpha-r1, orxonox-dev@mail.datacore.ch) 6 6 … … 337 337 338 338 #checking for pthread libs 339 AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)340 if test "$FOUND_pthread" = "yes" ; then341 LIBS="$LIBS -lpthread"342 fi339 # AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes) 340 # if test "$FOUND_pthread" = "yes" ; then 341 # LIBS="$LIBS -lpthread" 342 # fi 343 343 344 344
Note: See TracChangeset
for help on using the changeset viewer.