edje: minor typo in configure help

SVN revision: 75737
This commit is contained in:
Jerome Pinot 2012-08-27 09:39:17 +00:00
parent 8863b4fc2b
commit 5f5f577117
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ fi
build_examples="no"
AC_ARG_ENABLE([build-examples],
AC_HELP_STRING([--enable-build-examples],
[Enable building examples. This requires extra denpendencies. If you don't have them installed yet, don't build with this option or it will fail. Build again when you have it, overriding the previous installation). @<:@default==disabled@:>@]),
[Enable building examples. This requires extra dependencies. If you don't have them installed yet, don't build with this option or it will fail. Build again when you have it, overriding the previous installation). @<:@default==disabled@:>@]),
[
if test "x${enableval}" = "xyes" ; then
build_examples="yes"