configure.ac: fix --with-api err msg

This commit is contained in:
Jérémy Zurcher 2013-10-31 09:25:06 +01:00
parent 69077d19d7
commit 489e7d565a
1 changed files with 1 additions and 1 deletions

View File

@ -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)