From e8f4ea5c0624e20d3e8a9f7435fee25f8e12b7b6 Mon Sep 17 00:00:00 2001 From: sebastid Date: Sat, 13 Aug 2005 12:22:51 +0000 Subject: [PATCH] Use correct variable in error message. SVN revision: 16125 --- legacy/ecore/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/configure.in b/legacy/ecore/configure.in index 07b9b0ac5d..07d8b70785 100644 --- a/legacy/ecore/configure.in +++ b/legacy/ecore/configure.in @@ -471,7 +471,7 @@ if test "x$have_ecore_evas" = "xyes"; then AM_CONDITIONAL(BUILD_ECORE_EVAS, true) AC_DEFINE(BUILD_ECORE_EVAS, 1, [Build Ecore_Evas Module]) if [ test -z $EVAS_CONFIG ]; then - echo $PROG " is not in your \$PATH. Please ensure it is."; + echo $EVAS_CONFIG " is not in your \$PATH. Please ensure it is."; echo "Read the manual page for you shell as to how to extend your path."; AC_MSG_ERROR(Cannot find $PROG) fi