efl: fix typos in help strings

SVN revision: 80495
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-07 19:35:33 +00:00
parent 9e9b5c2205
commit 4df5715e0e
1 changed files with 6 additions and 6 deletions

View File

@ -1102,7 +1102,7 @@ esac
# Wayland # Wayland
AC_ARG_ENABLE([wayland], AC_ARG_ENABLE([wayland],
[AC_HELP_STRING([--enable-wayland], [AC_HELP_STRING([--enable-wayland],
[disable wayland display server. @<:@default=disabled@:>@])], [enable wayland display server. @<:@default=disabled@:>@])],
[ [
if test "x${enableval}" = "xyes" ; then if test "x${enableval}" = "xyes" ; then
want_wayland="yes" want_wayland="yes"
@ -1119,7 +1119,7 @@ fi
# Fb # Fb
AC_ARG_ENABLE([fb], AC_ARG_ENABLE([fb],
[AC_HELP_STRING([--enable-fb], [AC_HELP_STRING([--enable-fb],
[disable fraw Framebuffer access. @<:@default=disabled@:>@])], [enable raw Framebuffer access. @<:@default=disabled@:>@])],
[ [
if test "x${enableval}" = "xyes" ; then if test "x${enableval}" = "xyes" ; then
want_fb="yes" want_fb="yes"
@ -1132,7 +1132,7 @@ AC_ARG_ENABLE([fb],
# SDL # SDL
AC_ARG_ENABLE([sdl], AC_ARG_ENABLE([sdl],
[AC_HELP_STRING([--enable-sdl], [AC_HELP_STRING([--enable-sdl],
[disable SDL support. @<:@default=disabled@:>@])], [enable SDL support. @<:@default=disabled@:>@])],
[ [
if test "x${enableval}" = "xyes" ; then if test "x${enableval}" = "xyes" ; then
want_sdl="yes" want_sdl="yes"
@ -1179,8 +1179,8 @@ AC_ARG_ENABLE([fribidi],
# Harfbuzz # Harfbuzz
AC_ARG_ENABLE([harfbuzz], AC_ARG_ENABLE([harfbuzz],
[AC_HELP_STRING([--disable-harfbuzz], [AC_HELP_STRING([--enable-harfbuzz],
[disable complex text shaping and layouting support. @<:@default=enabled@:>@])], [enable complex text shaping and layouting support. @<:@default=disabled@:>@])],
[ [
if test "x${enableval}" = "xyes" ; then if test "x${enableval}" = "xyes" ; then
want_harfbuzz="yes" want_harfbuzz="yes"
@ -2351,7 +2351,7 @@ case "$host_os" in
esac esac
AC_ARG_ENABLE([tslib], AC_ARG_ENABLE([tslib],
[AC_HELP_STRING([--enable-tslib], [AC_HELP_STRING([--disable-tslib],
[disable tslib for touchscreen events.])], [disable tslib for touchscreen events.])],
[ [
if test "x${enableval}" = "xyes" ; then if test "x${enableval}" = "xyes" ; then