aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuuki Harano2021-08-15 17:15:54 +0900
committerYuuki Harano2021-08-15 17:15:54 +0900
commit299cfb413f1f374420a2a24007d8a98e39123f52 (patch)
treecbac19efe406efebb8ac3bb72cf90156087c6122
parentc76d5ff2430fe49d2e498bf75214145fb6620255 (diff)
downloademacs-299cfb413f1f374420a2a24007d8a98e39123f52.tar.gz
emacs-299cfb413f1f374420a2a24007d8a98e39123f52.zip
* configure.ac: Add a notice to --with-pgtk
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b1ce80c6f06..6ebb9667004 100644
--- a/configure.ac
+++ b/configure.ac
@@ -468,7 +468,7 @@ AC_ARG_WITH([ns],[AS_HELP_STRING([--with-ns],
468[use Nextstep (macOS Cocoa or GNUstep) windowing system. 468[use Nextstep (macOS Cocoa or GNUstep) windowing system.
469On by default on macOS.])],[],[with_ns=maybe]) 469On by default on macOS.])],[],[with_ns=maybe])
470OPTION_DEFAULT_OFF([w32], [use native MS Windows GUI in a Cygwin build]) 470OPTION_DEFAULT_OFF([w32], [use native MS Windows GUI in a Cygwin build])
471OPTION_DEFAULT_OFF([pgtk], [use pure GTK build without reliance on X libs (Wayland support) - Experimental]) 471OPTION_DEFAULT_OFF([pgtk], [use pure GTK build without reliance on X libs (Wayland support) (requires cairo) - Experimental])
472 472
473OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console]) 473OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console])
474OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support]) 474OPTION_DEFAULT_ON([dbus],[don't compile with D-Bus support])