Diff of /trunk/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 118 by harbaum, Mon Mar 9 14:28:35 2009 UTC revision 124 by harbaum, Tue Mar 17 12:04:48 2009 UTC
# Line 3786  else Line 3786  else
3786  echo "$as_me: WARNING: No tablet-browser-interface found, disabling microb interface!" >&6;}  echo "$as_me: WARNING: No tablet-browser-interface found, disabling microb interface!" >&6;}
3787  fi  fi
3788    
3789      if test -n "$PKG_CONFIG" && \
3790        { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"maemo-version\"") >&5
3791      ($PKG_CONFIG --exists --print-errors "maemo-version") 2>&5
3792      ac_status=$?
3793      echo "$as_me:$LINENO: \$? = $ac_status" >&5
3794      (exit $ac_status); }; then
3795    
3796        VERSION=`pkg-config --modversion maemo-version`
3797        { echo "$as_me:$LINENO: Configuring for Maemo $VERSION" >&5
3798    echo "$as_me: Configuring for Maemo $VERSION" >&6;}
3799        CFLAGS="$CFLAGS -DMAEMO_VERSION=\\\"$VERSION\\\""
3800        MAJOR=`echo $VERSION | cut -b1 -`
3801        CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"
3802    
3803    else
3804    
3805        { echo "$as_me:$LINENO: WARNING: maemo-version not found" >&5
3806    echo "$as_me: WARNING: maemo-version not found" >&6;}
3807    
3808    fi
3809    
3810    # maemo uses dbus for ipc with maemo mapper    # maemo uses dbus for ipc with maemo mapper
3811    EXTRA_OBJS="dbus.o"    EXTRA_OBJS="dbus.o"
3812    

Legend:
Removed from v.118  
changed lines
  Added in v.124