diff options
| author | Robert Pluim | 2018-10-13 10:52:06 +0200 |
|---|---|---|
| committer | Robert Pluim | 2018-10-13 10:53:30 +0200 |
| commit | 8fc892df37700d899d2851ef4918c56c5201ea19 (patch) | |
| tree | 9970ce3ba5b86a89a357eabdd7a5f873b7985914 | |
| parent | 80e0bfa96da69e5d1484c5031f42b1b1742567db (diff) | |
| download | emacs-8fc892df37700d899d2851ef4918c56c5201ea19.tar.gz emacs-8fc892df37700d899d2851ef4918c56c5201ea19.zip | |
Update --without-toolkit-scroll-bars doc
* configure.ac (--without-toolkit-scroll-bars): Update list of
affected toolkits.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 029f451cd4a..acea74094db 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -360,7 +360,7 @@ OPTION_DEFAULT_ON([xft],[don't use XFT for anti aliased fonts]) | |||
| 360 | OPTION_DEFAULT_ON([libotf],[don't use libotf for OpenType font support]) | 360 | OPTION_DEFAULT_ON([libotf],[don't use libotf for OpenType font support]) |
| 361 | OPTION_DEFAULT_ON([m17n-flt],[don't use m17n-flt for text shaping]) | 361 | OPTION_DEFAULT_ON([m17n-flt],[don't use m17n-flt for text shaping]) |
| 362 | 362 | ||
| 363 | OPTION_DEFAULT_ON([toolkit-scroll-bars],[don't use Motif or Xaw3d scroll bars]) | 363 | OPTION_DEFAULT_ON([toolkit-scroll-bars],[don't use Motif/Xaw3d/GTK toolkit scroll bars]) |
| 364 | OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d]) | 364 | OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d]) |
| 365 | OPTION_DEFAULT_ON([xim],[at runtime, default X11 XIM to off]) | 365 | OPTION_DEFAULT_ON([xim],[at runtime, default X11 XIM to off]) |
| 366 | AC_ARG_WITH([ns],[AS_HELP_STRING([--with-ns], | 366 | AC_ARG_WITH([ns],[AS_HELP_STRING([--with-ns], |