Correct descriptions for the engines options. Thanks ashikase.

SVN revision: 37796
This commit is contained in:
Iván Briano 2008-11-25 01:52:13 +00:00
parent ffde2cf694
commit a7d321651c
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ want_engine="$2"
have_evas_engine_[]DOWN="no"
AC_ARG_ENABLE([$1],
[AC_HELP_STRING([--enable-$1], [disable $4 rendering backend])],
[AC_HELP_STRING([--enable-$1], [enable $4 rendering backend])],
[want_engine=${enableval}]
)