configure.ac: fix --with-api err msg
authorJérémy Zurcher <jeremy@asynk.ch>
Thu, 31 Oct 2013 08:25:06 +0000 (09:25 +0100)
committerJérémy Zurcher <jeremy@asynk.ch>
Thu, 31 Oct 2013 08:25:06 +0000 (09:25 +0100)
configure.ac

index f783c49..663fd63 100644 (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)