Changeset 3268 in orxonox.OLD for orxonox/branches/updater/configure
- Timestamp:
- Dec 24, 2004, 4:25:41 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/configure
r3264 r3268 312 312 #endif" 313 313 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 GTHREAD_LIBS GTHREAD_CFLAGS HAVE_GTHREAD_TRUE HAVE_GTHREAD_FALSECURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS'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' 315 315 ac_subst_files='' 316 316 … … 872 872 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 873 873 --without-gtk Prevents GTK from being loaded 874 --without-gthread Prevents gThread from being loaded875 874 --without-curl Prevents libcURL from being loaded 876 875 --without-sdl-image Prevents SDL_image from being loaded … … 3888 3887 fi 3889 3888 3890 ## gThread-disabled3891 echo "$as_me:$LINENO: checking if gThread should be enabled" >&53892 echo $ECHO_N "checking if gThread should be enabled... $ECHO_C" >&63893 3894 # Check whether --with-gthread or --without-gthread was given.3895 if test "${with_gthread+set}" = set; then3896 withval="$with_gthread"3897 def_gthread=no3898 else3899 def_gthread=yes3900 fi;3901 if test "$def_gthread" = yes; then3902 echo "yes"3903 fi3904 if test "$def_gthread" = no; then3905 echo "no"3906 fi3907 3908 3889 ## libCurl disabled? 3909 3890 echo "$as_me:$LINENO: checking if libcURL should be enabled" >&5 … … 6691 6672 6692 6673 6693 ## checking for gThread6694 if test "$def_gthread" = yes; then6695 6696 echo "$as_me:$LINENO: checking for gthread" >&56697 echo $ECHO_N "checking for gthread... $ECHO_C" >&66698 if `pkg-config --exists gthread-2.0`; then6699 echo "yes"6700 have_gthread=yes6701 GTHREAD_LIBS=`pkg-config --libs gthread-2.0`6702 GTHREAD_CFLAGS=`pkg-config --cflags gthread-2.0`6703 6704 cat >>confdefs.h <<_ACEOF6705 #define HAVE_GTHREAD 16706 _ACEOF6707 6708 else6709 echo "no"6710 fi6711 6712 fi6713 6714 6715 6716 6717 if test x$have_gthread = xyes; then6718 HAVE_GTHREAD_TRUE=6719 HAVE_GTHREAD_FALSE='#'6720 else6721 HAVE_GTHREAD_TRUE='#'6722 HAVE_GTHREAD_FALSE=6723 fi6724 6725 6726 6674 ## checking for libcURL 6727 6675 if test "$def_curl" = yes; then … … 7987 7935 Usually this means the macro was only invoked conditionally." >&5 7988 7936 echo "$as_me: error: conditional \"HAVE_GTK2\" was never defined. 7989 Usually this means the macro was only invoked conditionally." >&2;}7990 { (exit 1); exit 1; }; }7991 fi7992 if test -z "${HAVE_GTHREAD_TRUE}" && test -z "${HAVE_GTHREAD_FALSE}"; then7993 { { echo "$as_me:$LINENO: error: conditional \"HAVE_GTHREAD\" was never defined.7994 Usually this means the macro was only invoked conditionally." >&57995 echo "$as_me: error: conditional \"HAVE_GTHREAD\" was never defined.7996 7937 Usually this means the macro was only invoked conditionally." >&2;} 7997 7938 { (exit 1); exit 1; }; } … … 8605 8546 s,@HAVE_GTK2_TRUE@,$HAVE_GTK2_TRUE,;t t 8606 8547 s,@HAVE_GTK2_FALSE@,$HAVE_GTK2_FALSE,;t t 8607 s,@GTHREAD_LIBS@,$GTHREAD_LIBS,;t t8608 s,@GTHREAD_CFLAGS@,$GTHREAD_CFLAGS,;t t8609 s,@HAVE_GTHREAD_TRUE@,$HAVE_GTHREAD_TRUE,;t t8610 s,@HAVE_GTHREAD_FALSE@,$HAVE_GTHREAD_FALSE,;t t8611 8548 s,@CURL_LIBS@,$CURL_LIBS,;t t 8612 8549 s,@CURL_CFLAGS@,$CURL_CFLAGS,;t t
Note: See TracChangeset
for help on using the changeset viewer.