Diff of /trunk/configure.in

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

revision 124 by harbaum, Tue Mar 17 12:04:48 2009 UTC revision 126 by harbaum, Tue Mar 17 20:01:42 2009 UTC
# Line 119  PKG_CHECK_EXISTS(maemo-version, [ Line 119  PKG_CHECK_EXISTS(maemo-version, [
119      MAJOR=`echo $VERSION | cut -b1 -`      MAJOR=`echo $VERSION | cut -b1 -`
120      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"      CFLAGS="$CFLAGS -DMAEMO_VERSION_MAJOR=$MAJOR"
121    ], [    ], [
122      AC_MSG_NOTICE([WARNING: maemo-version not found])      AC_MSG_ERROR([maemo-version not found])
123    ])    ])
124    
125    # maemo uses dbus for ipc with maemo mapper    # maemo uses dbus for ipc with maemo mapper

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