From 489e7d565a9406ee7c7249173e8e89a9c22c2a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 31 Oct 2013 09:25:06 +0100 Subject: [PATCH] configure.ac: fix --with-api err msg --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f783c495aa..663fd638fd 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,7 @@ case "$efl_api" in EFL_API_LEGACY_DEF="" EFL_API_EO_DEF="#define EFL_EO_API_SUPPORT" ;; - *) AC_MSG_ERROR([Invalid web backend: must be eo, legacy or both]) ;; + *) AC_MSG_ERROR([Invalid api (${efl_api}): must be eo, legacy or both]) ;; esac AC_SUBST(EFL_API_LEGACY_DEF)