Diff of /trunk/configure.in

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

revision 280 by harbaum, Fri May 21 19:28:16 2010 UTC revision 282 by harbaum, Wed May 26 19:21:47 2010 UTC
# Line 220  XB-Maemo-Icon-26: Line 220  XB-Maemo-Icon-26:
220      LIBS="$LIBS -lespeak"      LIBS="$LIBS -lespeak"
221    ])    ])
222    
223      # check for libgps
224      PKG_CHECK_MODULES([gps], [libgps], [
225        CFLAGS="$CFLAGS $gps_CFLAGS -DUSE_LIBGPS"
226        LIBS="$LIBS $gps_LIBS"
227      ], [AC_MSG_NOTICE([No libgps found, using direct GPSD])])
228    
229    INSTALL_PLATTFORM="install-debian"    INSTALL_PLATTFORM="install-debian"
230    
231    ICON=" No icon"    ICON=" No icon"

Legend:
Removed from v.280  
changed lines
  Added in v.282