--- trunk/configure.in 2009/06/25 19:08:48 8 +++ trunk/configure.in 2009/06/25 19:09:32 9 @@ -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"