]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve the help message for the pgtk configure option
authorPo Lu <luangruo@yahoo.com>
Tue, 15 Feb 2022 04:52:30 +0000 (12:52 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 15 Feb 2022 04:52:59 +0000 (12:52 +0800)
* configure.ac: Describe the purpose of PGTK better.

configure.ac

index 6f469cf0f0407313a268f631329665922b3f28b5..945e2ff8d4e4759ee50e3c85b160ee73f7715b3f 100644 (file)
@@ -471,7 +471,7 @@ AC_ARG_WITH([ns],[AS_HELP_STRING([--with-ns],
 [use Nextstep (macOS Cocoa or GNUstep) windowing system.
 On by default on macOS.])],[],[with_ns=maybe])
 OPTION_DEFAULT_OFF([w32], [use native MS Windows GUI in a Cygwin build])
-OPTION_DEFAULT_OFF([pgtk], [use pure GTK build without reliance on X libs (Wayland support) (requires cairo) - Experimental])
+OPTION_DEFAULT_OFF([pgtk], [use GTK to support window systems other than X])
 
 OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console])
 OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support])