X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=configure.ac;h=aa3edf0871411b36fe2fe41d957cfdeebc68c8b9;hp=e1a3700e317276589aa8290619313ae12aab3c02;hb=2ce1e036cfbf6ded802897028f4b3b5ababa29e2;hpb=d2df27c805e944ceba9b576c440440f0c3f4e5f2 diff --git a/configure.ac b/configure.ac index e1a3700..aa3edf0 100644 --- a/configure.ac +++ b/configure.ac @@ -38,8 +38,6 @@ MODEST_LOCALE_DIR='$prefix/${DATADIRNAME}/locale' AM_GLIB_DEFINE_LOCALEDIR([MODEST_LOCALE_DIR]) AM_GLIB_GNU_GETTEXT - - if test x$prefix = xNONE; then prefix=/usr/local fi @@ -188,6 +186,7 @@ if test "$have_hildon2" = "true"; then detected_toolkit=hildon2 hildonpkgs="$hildonpkgs libcanberra profile" echo "HILDON 2 PACKAGES $hildonpkgs" + AC_CHECK_HEADER([profiled/keys_nokia.h], [], AC_MSG_ERROR([You have to install package profile-data-dev])) fi AC_SUBST(hildonpkgs)