Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

    r3262 r3264  
    66966696        echo "$as_me:$LINENO: checking for gthread" >&5
    66976697echo $ECHO_N "checking for gthread... $ECHO_C" >&6
    6698         if `pkg-config --exists gthread`; then
     6698        if `pkg-config --exists gthread-2.0`; then
    66996699                echo "yes"
    67006700                have_gthread=yes
    6701                 GTHREAD_LIBS=`pkg-config --libs gthread`
    6702                 GTHREAD_CFLAGS=`pkg-config --cflags gthread`
     6701                GTHREAD_LIBS=`pkg-config --libs gthread-2.0`
     6702                GTHREAD_CFLAGS=`pkg-config --cflags gthread-2.0`
    67036703
    67046704cat >>confdefs.h <<_ACEOF
Note: See TracChangeset for help on using the changeset viewer.