From: Fridrich Strba Date: Mon, 8 Mar 2010 12:11:16 +0000 (+0100) Subject: Adapting to the surrounding AC_MSG_ERROR style X-Git-Tag: upstream/3.7.4~3289 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=777b28ff251645e10438056e68e39ad129ac26e2;p=platform%2Fupstream%2Fevolution-data-server.git Adapting to the surrounding AC_MSG_ERROR style --- diff --git a/configure.ac b/configure.ac index b81c123..632ebdc 100644 --- a/configure.ac +++ b/configure.ac @@ -1177,10 +1177,8 @@ AC_SUBST(DBUS_GLIB_LIBS) AC_PATH_PROG(DBUS_BINDING_TOOL, dbus-binding-tool, [no]) if test x$DBUS_BINDING_TOOL -eq xno; then - AC_MSG_ERROR(["Could not find dbus-binding-tools"]) + AC_MSG_ERROR([You need dbus-binding-tools to build evolution-data-server]) fi -AC_SUBST(DBUS_BINDING_TOOL) - dnl *********************** dnl Gnome keyring support @@ -1423,6 +1421,9 @@ dnl ****************************** dnl gperf stuff dnl ****************************** AC_PATH_PROG(GPERF, gperf, [no]) +if test x$GPERF -eq xno; then + AC_MSG_ERROR([You need gperf to build evolution-data-server]) +fi dnl ****************************** dnl Makefiles