--- trunk/configure.in 2009/06/25 15:24:24 7 +++ trunk/configure.in 2009/06/25 19:08:48 8 @@ -21,7 +21,7 @@ # along with GPXView. If not, see . AC_PREREQ(2.61) -AC_INIT([GPXView],[0.6.10],[till@harbaum.org]) +AC_INIT([GPXView],[0.7.0],[till@harbaum.org]) AC_CONFIG_SRCDIR([src/main.c]) # AC_CONFIG_HEADER([src/config.h]) @@ -110,11 +110,11 @@ # prefer gpsbt over liblocation as we got complaints regarding liblocation # stability - PKG_CHECK_EXISTS(gpsbt, [ - PKG_CHECK_MODULES([gpsbt], [gpsbt], [], []) - CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS" - LIBS="$LIBS $gpsbt_LIBS" - ], [ +# PKG_CHECK_EXISTS(gpsbt, [ +# PKG_CHECK_MODULES([gpsbt], [gpsbt], [], []) +# CFLAGS="$CFLAGS -DENABLE_GPSBT $gpsbt_CFLAGS" +# LIBS="$LIBS $gpsbt_LIBS" +# ], [ AC_MSG_NOTICE([gpsbt not found, trying liblocation]) PKG_CHECK_EXISTS(liblocation, [ @@ -124,7 +124,7 @@ ], [ AC_MSG_NOTICE([WARNING: No liblocation nor gpsbt found, disabling gps auto start!]) ]) - ]) +# ]) PKG_CHECK_EXISTS(tablet-browser-interface, [ CFLAGS="$CFLAGS -DENABLE_BROWSER_INTERFACE"