Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3268 in orxonox.OLD for orxonox/branches/updater/configure.ac


Ignore:
Timestamp:
Dec 24, 2004, 4:25:41 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/updater: deleted threading again. I have found a different Way
Now I am redrawing the GUI every time a ProgressBar is changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/configure.ac

    r3264 r3268  
    5353fi
    5454if test "$def_gtk" = no; then
    55   echo "no"
    56 fi
    57 
    58 ## gThread-disabled
    59 AC_MSG_CHECKING([if gThread should be enabled])
    60 AC_ARG_WITH([gthread],
    61         AC_HELP_STRING( [--without-gthread],
    62         [Prevents gThread from being loaded]), [def_gthread=no], [def_gthread=yes])
    63 if test "$def_gthread" = yes; then
    64   echo "yes"
    65 fi
    66 if test "$def_gthread" = no; then
    6755  echo "no"
    6856fi
     
    364352AM_CONDITIONAL(HAVE_GTK2, test x$have_gtk2 = xyes)
    365353
    366 ## checking for gThread
    367 if test "$def_gthread" = yes; then
    368 
    369         AC_MSG_CHECKING([for gthread])
    370         if `pkg-config --exists gthread-2.0`; then
    371                 echo "yes"
    372                 have_gthread=yes
    373                 GTHREAD_LIBS=`pkg-config --libs gthread-2.0`
    374                 GTHREAD_CFLAGS=`pkg-config --cflags gthread-2.0`
    375                 AC_DEFINE_UNQUOTED(HAVE_GTHREAD, 1, [if we have gThread])
    376         else
    377                 echo "no"
    378         fi
    379 
    380 fi
    381 AC_SUBST(GTHREAD_LIBS)
    382 AC_SUBST(GTHREAD_CFLAGS)
    383 AM_CONDITIONAL(HAVE_GTHREAD, test x$have_gthread = xyes)
    384 
    385354## checking for libcURL
    386355if test "$def_curl" = yes; then
Note: See TracChangeset for help on using the changeset viewer.