Changeset 3268 in orxonox.OLD for orxonox/branches/updater/configure.ac
- Timestamp:
- Dec 24, 2004, 4:25:41 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/configure.ac
r3264 r3268 53 53 fi 54 54 if test "$def_gtk" = no; then 55 echo "no"56 fi57 58 ## gThread-disabled59 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; then64 echo "yes"65 fi66 if test "$def_gthread" = no; then67 55 echo "no" 68 56 fi … … 364 352 AM_CONDITIONAL(HAVE_GTK2, test x$have_gtk2 = xyes) 365 353 366 ## checking for gThread367 if test "$def_gthread" = yes; then368 369 AC_MSG_CHECKING([for gthread])370 if `pkg-config --exists gthread-2.0`; then371 echo "yes"372 have_gthread=yes373 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 else377 echo "no"378 fi379 380 fi381 AC_SUBST(GTHREAD_LIBS)382 AC_SUBST(GTHREAD_CFLAGS)383 AM_CONDITIONAL(HAVE_GTHREAD, test x$have_gthread = xyes)384 385 354 ## checking for libcURL 386 355 if test "$def_curl" = yes; then
Note: See TracChangeset
for help on using the changeset viewer.