projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
018a5f3
)
Arrgh, typo. s/edb/evas in evas check.
author
cpk
<cpk>
Thu, 2 Aug 2001 23:44:12 +0000
(23:44 +0000)
committer
cpk
<cpk@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 2 Aug 2001 23:44:12 +0000
(23:44 +0000)
SVN revision: 5040
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
3a879a2
..
7d22253
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-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 e
db: Is edb
-config in path?))
+ AC_MSG_ERROR(Cannot find e
vas: Is evas
-config in path?))
evas_libs=`evas-config --libs`
evas_cflags=`evas-config --cflags`