Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 24, 2004, 6:29:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: threads are cool after all. trying again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/configure

    r3268 r3271  
    312312#endif"
    313313
    314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS'
     314ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE GTHREAD_LIBS GTHREAD_CFLAGS HAVE_GTHREAD_TRUE HAVE_GTHREAD_FALSE CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS'
    315315ac_subst_files=''
    316316
     
    872872  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
    873873  --without-gtk           Prevents GTK from being loaded
     874  --without-gthread       Prevents gThread from being loaded
    874875  --without-curl          Prevents libcURL from being loaded
    875876  --without-sdl-image     Prevents SDL_image from being loaded
     
    38873888fi
    38883889
     3890## gThread-disabled
     3891echo "$as_me:$LINENO: checking if gThread should be enabled" >&5
     3892echo $ECHO_N "checking if gThread should be enabled... $ECHO_C" >&6
     3893
     3894# Check whether --with-gthread or --without-gthread was given.
     3895if test "${with_gthread+set}" = set; then
     3896  withval="$with_gthread"
     3897  def_gthread=no
     3898else
     3899  def_gthread=yes
     3900fi;
     3901if test "$def_gthread" = yes; then
     3902  echo "yes"
     3903fi
     3904if test "$def_gthread" = no; then
     3905  echo "no"
     3906fi
     3907
    38893908## libCurl disabled?
    38903909echo "$as_me:$LINENO: checking if libcURL should be enabled" >&5
     
    66726691
    66736692
     6693## checking for gThread
     6694if test "$def_gthread" = yes; then
     6695
     6696        echo "$as_me:$LINENO: checking for gthread" >&5
     6697echo $ECHO_N "checking for gthread... $ECHO_C" >&6
     6698        if `pkg-config --exists gthread-2.0`; then
     6699                echo "yes"
     6700                have_gthread=yes
     6701                GTHREAD_LIBS=`pkg-config --libs gthread-2.0`
     6702                GTHREAD_CFLAGS=`pkg-config --cflags gthread-2.0`
     6703
     6704cat >>confdefs.h <<_ACEOF
     6705#define HAVE_GTHREAD 1
     6706_ACEOF
     6707
     6708        else
     6709                echo "no"
     6710        fi
     6711
     6712fi
     6713
     6714
     6715
     6716
     6717if test x$have_gthread = xyes; then
     6718  HAVE_GTHREAD_TRUE=
     6719  HAVE_GTHREAD_FALSE='#'
     6720else
     6721  HAVE_GTHREAD_TRUE='#'
     6722  HAVE_GTHREAD_FALSE=
     6723fi
     6724
     6725
    66746726## checking for libcURL
    66756727if test "$def_curl" = yes; then
     
    79357987Usually this means the macro was only invoked conditionally." >&5
    79367988echo "$as_me: error: conditional \"HAVE_GTK2\" was never defined.
     7989Usually this means the macro was only invoked conditionally." >&2;}
     7990   { (exit 1); exit 1; }; }
     7991fi
     7992if test -z "${HAVE_GTHREAD_TRUE}" && test -z "${HAVE_GTHREAD_FALSE}"; then
     7993  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GTHREAD\" was never defined.
     7994Usually this means the macro was only invoked conditionally." >&5
     7995echo "$as_me: error: conditional \"HAVE_GTHREAD\" was never defined.
    79377996Usually this means the macro was only invoked conditionally." >&2;}
    79387997   { (exit 1); exit 1; }; }
     
    85468605s,@HAVE_GTK2_TRUE@,$HAVE_GTK2_TRUE,;t t
    85478606s,@HAVE_GTK2_FALSE@,$HAVE_GTK2_FALSE,;t t
     8607s,@GTHREAD_LIBS@,$GTHREAD_LIBS,;t t
     8608s,@GTHREAD_CFLAGS@,$GTHREAD_CFLAGS,;t t
     8609s,@HAVE_GTHREAD_TRUE@,$HAVE_GTHREAD_TRUE,;t t
     8610s,@HAVE_GTHREAD_FALSE@,$HAVE_GTHREAD_FALSE,;t t
    85488611s,@CURL_LIBS@,$CURL_LIBS,;t t
    85498612s,@CURL_CFLAGS@,$CURL_CFLAGS,;t t
Note: See TracChangeset for help on using the changeset viewer.