diff options
author | Hiroyuki Ikezoe <hikezoe@gnome.org> | 2010-08-09 21:31:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-08-09 21:31:25 -0400 |
commit | 0824862e3be0e696a0ab117bf25ee026a468b16e (patch) | |
tree | 2c5f5c038bd038e872285cca90ce35ec584fa10d /docs/reference/gtk/building.sgml | |
parent | a2b72c5953d4a5a13a04b60a8b1ea75c0e0ff3b1 (diff) | |
download | gtk+-0824862e3be0e696a0ab117bf25ee026a468b16e.tar.gz |
Drop xim-related configure options from the docs
These options have been dropped from configure a while ago,
so they should no longer be in the docs either. Bug 605190.
Diffstat (limited to 'docs/reference/gtk/building.sgml')
-rw-r--r-- | docs/reference/gtk/building.sgml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index 1c30dc4660..e6a316ced3 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -338,14 +338,6 @@ How to compile GTK+ itself <arg>--enable-shm</arg> </group> <group> - <arg>--disable-xim</arg> - <arg>--enable-xim</arg> - </group> - <group> - <arg>--disable-xim-inst</arg> - <arg>--enable-xim-inst</arg> - </group> - <group> <arg>--disable-xkb</arg> <arg>--enable-xkb</arg> </group> @@ -472,30 +464,6 @@ How to compile GTK+ itself </formalpara> <formalpara> - <title><systemitem>--disable-xim</systemitem> and - <systemitem>--enable-xim</systemitem></title> - - <para> - These options can be used to control whether GTK+ will - be compiled with support for XIM. (The X Input Method - extension, used for Japanese input.) The default is yes. - </para> - </formalpara> - - <formalpara> - <title><systemitem>--disable-xim-inst</systemitem> and - <systemitem>--enable-xim-inst</systemitem></title> - - <para> - These options determine whether GTK+ will use the - XIM instantiate callback. - The default is 'yes', unless the host system is Solaris, - where <function>XRegisterIMInstantiateCallback()</function> - seems to cause a segfault. - </para> - </formalpara> - - <formalpara> <title><systemitem>--disable-xkb</systemitem> and <systemitem>--enable-xkb</systemitem></title> |