diff options
| -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], |