Arrgh, typo. s/edb/evas in evas check.

SVN revision: 5040
This commit is contained in:
cpk 2001-08-02 23:44:12 +00:00 committed by cpk
parent 018a5f3195
commit 05f5e706b7
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ AC_ARG_WITH(evas,
AC_PATH_GENERIC(evas,, [
AC_SUBST(evas_libs)
AC_SUBST(evas_cflags)],
AC_MSG_ERROR(Cannot find edb: Is edb-config in path?))
AC_MSG_ERROR(Cannot find evas: Is evas-config in path?))
evas_libs=`evas-config --libs`
evas_cflags=`evas-config --cflags`