Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 24, 2004, 1:24:22 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: configure.ac changed, for it to work

File:
1 edited

Legend:

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

    r3262 r3264  
    368368
    369369        AC_MSG_CHECKING([for gthread])
    370         if `pkg-config --exists gthread`; then
     370        if `pkg-config --exists gthread-2.0`; then
    371371                echo "yes"
    372372                have_gthread=yes
    373                 GTHREAD_LIBS=`pkg-config --libs gthread`
    374                 GTHREAD_CFLAGS=`pkg-config --cflags gthread`
     373                GTHREAD_LIBS=`pkg-config --libs gthread-2.0`
     374                GTHREAD_CFLAGS=`pkg-config --cflags gthread-2.0`
    375375                AC_DEFINE_UNQUOTED(HAVE_GTHREAD, 1, [if we have gThread])
    376376        else
Note: See TracChangeset for help on using the changeset viewer.