From 4df5715e0eacdf76ac85848dbdc1b896daee6fb1 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 7 Dec 2012 19:35:33 +0000 Subject: [PATCH] efl: fix typos in help strings SVN revision: 80495 --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 65bb6726d3..536adfcd90 100644 --- a/configure.ac +++ b/configure.ac @@ -1102,7 +1102,7 @@ esac # Wayland AC_ARG_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 want_wayland="yes" @@ -1119,7 +1119,7 @@ fi # Fb AC_ARG_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 want_fb="yes" @@ -1132,7 +1132,7 @@ AC_ARG_ENABLE([fb], # SDL AC_ARG_ENABLE([sdl], [AC_HELP_STRING([--enable-sdl], - [disable SDL support. @<:@default=disabled@:>@])], + [enable SDL support. @<:@default=disabled@:>@])], [ if test "x${enableval}" = "xyes" ; then want_sdl="yes" @@ -1179,8 +1179,8 @@ AC_ARG_ENABLE([fribidi], # Harfbuzz AC_ARG_ENABLE([harfbuzz], - [AC_HELP_STRING([--disable-harfbuzz], - [disable complex text shaping and layouting support. @<:@default=enabled@:>@])], + [AC_HELP_STRING([--enable-harfbuzz], + [enable complex text shaping and layouting support. @<:@default=disabled@:>@])], [ if test "x${enableval}" = "xyes" ; then want_harfbuzz="yes" @@ -2351,7 +2351,7 @@ case "$host_os" in esac AC_ARG_ENABLE([tslib], - [AC_HELP_STRING([--enable-tslib], + [AC_HELP_STRING([--disable-tslib], [disable tslib for touchscreen events.])], [ if test "x${enableval}" = "xyes" ; then