summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEberhard Beilharz <eb1@sil.org>2023-01-12 22:24:42 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2023-01-12 22:24:42 +0900
commitd190bc32fe0fe780b66100e5461326973ac7a804 (patch)
tree36f19926eef2c8330c31c1d5a0fb13e609a216a4
parentae696351c8a37ca15512b7fb9f4d5fe187890962 (diff)
downloadibus-d190bc32fe0fe780b66100e5461326973ac7a804.tar.gz
configure: Fix texts for surrounding text
The options and corresponding texts for surrounding-text were mixed up. This change makes them consistent with the text for other options. BUG=https://github.com/ibus/ibus/pull/2438
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a84c7130..cba242df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -633,14 +633,13 @@ AC_SUBST(IBUS_ICON_KEYBOARD)
# --disable-surrounding-text option.
AC_ARG_ENABLE(surrounding-text,
AS_HELP_STRING([--disable-surrounding-text],
- [Enable surrounding-text support]),
+ [Disable surrounding-text support]),
[enable_surrounding_text=$enableval],
[enable_surrounding_text=yes]
)
if test x"$enable_surrounding_text" = x"yes"; then
AC_DEFINE(ENABLE_SURROUNDING, TRUE, [Enable surrounding-text support])
-else
- enable_surrounding_text="no (disabled, use --enable-surrounding-text to enable)"
+ enable_surrounding_text="yes (enabled, use --disable-surrounding-text to disable)"
fi
# --disable-ui