--- geoclue-0.12.0/configure.ac.orig 2011-01-16 19:05:47.182364970 +0100 +++ geoclue-0.12.0/configure.ac 2011-01-16 19:19:19.978360779 +0100 @@ -204,11 +204,10 @@ if test "x$enable_skyhook" != "xno"; then PKG_CHECK_MODULES(SKYHOOK, [ - libsoup-gnome-2.4 + libsoup-2.4 ], have_skyhook=yes, have_skyhook=no) if test "x$have_skyhook" = "xyes"; then PROVIDER_SUBDIRS="$PROVIDER_SUBDIRS skyhook" - GPSD_LIBS="-lgps" else NO_BUILD_PROVIDERS="$NO_BUILD_PROVIDERS skyhook" fi @@ -218,7 +217,7 @@ fi if test "x$enable_skyhook" = "xyes" -a "x$have_skyhook" != "xyes"; then - AC_MSG_ERROR([Couldn't find gpsd dependencies.]) + AC_MSG_ERROR([Couldn't find skyhook dependencies.]) fi AC_SUBST(SKYHOOK_LIBS) AC_SUBST(SKYHOOK_CFLAGS)