Diff of /trunk/configure.in

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

revision 8 by harbaum, Thu Jun 25 19:08:48 2009 UTC revision 9 by harbaum, Thu Jun 25 19:09:32 2009 UTC
# Line 110  PKG_CHECK_EXISTS(maemo-version, [ Line 110  PKG_CHECK_EXISTS(maemo-version, [
110    
111    # prefer gpsbt over liblocation as we got complaints regarding liblocation    # prefer gpsbt over liblocation as we got complaints regarding liblocation
112    # stability    # stability
113  #  PKG_CHECK_EXISTS(gpsbt, [    PKG_CHECK_EXISTS(gpsbt, [
114  #    PKG_CHECK_MODULES([gpsbt], [gpsbt], [], [])      PKG_CHECK_MODULES([gpsbt], [gpsbt], [], [])
115  #    CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"      CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS"
116  #    LIBS="$LIBS $gpsbt_LIBS"      LIBS="$LIBS $gpsbt_LIBS"
117  #  ], [    ], [
118      AC_MSG_NOTICE([gpsbt not found, trying liblocation])      AC_MSG_NOTICE([gpsbt not found, trying liblocation])
119    
120      PKG_CHECK_EXISTS(liblocation, [      PKG_CHECK_EXISTS(liblocation, [
# Line 124  PKG_CHECK_EXISTS(maemo-version, [ Line 124  PKG_CHECK_EXISTS(maemo-version, [
124      ], [      ], [
125        AC_MSG_NOTICE([WARNING: No liblocation nor gpsbt found, disabling gps auto start!])        AC_MSG_NOTICE([WARNING: No liblocation nor gpsbt found, disabling gps auto start!])
126      ])      ])
127  #  ])    ])
128    
129    PKG_CHECK_EXISTS(tablet-browser-interface, [    PKG_CHECK_EXISTS(tablet-browser-interface, [
130      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"      CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"

Legend:
Removed from v.8  
changed lines
  Added in v.9