err should be ethumb_client - not ethumb.

SVN revision: 50170
This commit is contained in:
Carsten Haitzler 2010-07-10 02:28:01 +00:00
parent 340b0b6f5e
commit ed968a9b0f
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ if test "x$want_elementary_ethumb" != "xno"; then
AC_DEFINE(HAVE_ELEMENTARY_ETHUMB, 1, [Ethumb support for Elementary])
have_elementary_ethumb="yes"
ELM_ETHUMB_DEF="#define"
requirement_elm="ethumb ${requirement_elm}"
requirement_elm="ethumb_client ${requirement_elm}"
],
[have_elementary_ethumb="no"]
)