Changeset 3283 in orxonox.OLD for orxonox/branches/updater/configure
- Timestamp:
- Dec 26, 2004, 12:24:18 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/configure
r3274 r3283 873 873 --without-gtk Prevents GTK from being loaded 874 874 --without-gthread Prevents gThread from being loaded 875 --without-pthread Prevents pthread from being loaded 875 876 --without-curl Prevents libcURL from being loaded 876 877 --without-sdl-image Prevents SDL_image from being loaded … … 3906 3907 fi 3907 3908 3909 ## pthread-disabled 3910 echo "$as_me:$LINENO: checking if pthread should be enabled" >&5 3911 echo $ECHO_N "checking if pthread should be enabled... $ECHO_C" >&6 3912 3913 # Check whether --with-pthread or --without-pthread was given. 3914 if test "${with_pthread+set}" = set; then 3915 withval="$with_pthread" 3916 def_pthread=no 3917 else 3918 def_pthread=yes 3919 fi; 3920 if test "$def_pthread" = yes; then 3921 echo "yes" 3922 fi 3923 if test "$def_pthread" = no; then 3924 echo "no" 3925 fi 3926 3908 3927 ## libCurl disabled? 3909 3928 echo "$as_me:$LINENO: checking if libcURL should be enabled" >&5 … … 6970 6989 6971 6990 ##checking for pthread 6972 if test x$have_gthread = xyes ; then 6991 if test x$def_pthread = xyes ; then 6992 if test x$have_gthread = xyes ; then 6973 6993 6974 6994 for ac_header in pthread.h … … 7188 7208 LIBS="$LIBS -lpthread" 7189 7209 fi 7190 fi7191 7210 fi 7211 fi 7192 7212 # FIXME: Replace `main' with a function in `-lm': 7193 7213
Note: See TracChangeset
for help on using the changeset viewer.