]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in configure.ac
authorPo Lu <luangruo@yahoo.com>
Sun, 28 Nov 2021 02:11:53 +0000 (10:11 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 28 Nov 2021 02:11:53 +0000 (10:11 +0800)
* configure.ac: Fix typos in wording of XInput 2 options.

configure.ac

index 9cf192d4ba9e3fe30b260abc905b16a76793af99..c36dffde84c5a2323ad6d88486d2c090f5de1d2a 100644 (file)
@@ -487,7 +487,7 @@ OPTION_DEFAULT_ON([modules],[don't compile with dynamic modules support])
 OPTION_DEFAULT_ON([threads],[don't compile with elisp threading support])
 OPTION_DEFAULT_OFF([native-compilation],[compile with Emacs Lisp native compiler support])
 OPTION_DEFAULT_OFF([cygwin32-native-compilation],[use native compilation on 32-bit Cygwin])
-OPTION_DEFAULT_OFF([xinput2],[use version 2.0 the X Input Extension for input])
+OPTION_DEFAULT_OFF([xinput2],[use version 2 of the X Input Extension for input])
 
 AC_ARG_WITH([file-notification],[AS_HELP_STRING([--with-file-notification=LIB],
  [use a file notification library (LIB one of: yes, inotify, kqueue, gfile, w32, no)])],
@@ -4389,7 +4389,7 @@ if test "${HAVE_X11}" = "yes" && test "${with_xinput2}" != "no"; then
        [AC_CHECK_LIB(Xi, XIGrabButton, HAVE_XINPUT2=yes)])
    fi
    if test $HAVE_XINPUT2 = yes; then
-     AC_DEFINE(HAVE_XINPUT2, 1, [Define to 1 if the X Input Extension version 2.0 is present.])
+     AC_DEFINE(HAVE_XINPUT2, 1, [Define to 1 if the X Input Extension version 2.0 or later is present.])
      if test "$USE_GTK_TOOLKIT" = "GTK2"; then
        AC_MSG_WARN([You are building Emacs with GTK+ 2 and the X Input Extension version 2.
 This might lead to problems if your version of GTK+ is not built with support for XInput 2.])