Release Tizen2.0 beta
[framework/location/gps-manager.git] / configure.ac
index 8d25d28..b91fbd3 100644 (file)
@@ -55,7 +55,7 @@ AC_COMPILE_IFELSE(
 AC_MSG_RESULT($has_visibility)
 
 # Check required libraries
-PKG_CHECK_MODULES(PROVIDERS, [glib-2.0 dbus-glib-1 >= 0.60 geoclue network tapi vconf heynoti sysman msg-service gthread-2.0 dlog pmapi])
+PKG_CHECK_MODULES(PROVIDERS, [glib-2.0 dbus-glib-1 >= 0.60 geoclue network tapi vconf vconf-internal-keys heynoti sysman msg-service gthread-2.0 dlog pmapi])
 AC_SUBST(PRIVIDERS_CFLAGS)
 AC_SUBST(PROVIDERS_LIBS)
 
@@ -73,7 +73,7 @@ AC_ARG_ENABLE([gps],
               no) gps=no ;;
               *) AC_MSG_ERROR([Bad value ${enableval} for --enable-gps]) ;;
               esac],[gps=no])
-AM_CONDITIONAL([GPS], [test "x$gps" = xyes]) 
+AM_CONDITIONAL([GPS], [test "x$gps" = xyes])
 AC_MSG_CHECKING([whether host GPS])
 if ([test "x$gps" = xyes])
 then
@@ -81,7 +81,7 @@ then
 else
        AC_MSG_RESULT([no])
 fi
-AM_CONDITIONAL([HAVE_GPS], [test "x$gps" = xyes]) 
+AM_CONDITIONAL([HAVE_GPS], [test "x$gps" = xyes])
 
 # Check DBus configuration path
 DBUS_CONF_DIR="${sysconfdir}/dbus-1/system.d"