Make formatting of configure options consistent

Some options had double [], which can be avoided by
judicious use of opt="plain" attributes.
This commit is contained in:
Matthias Clasen 2013-01-24 06:31:07 -05:00
parent cbb719822a
commit a38309474d

View File

@ -326,7 +326,7 @@ How to compile GTK+ itself
</group> </group>
<sbr/> <sbr/>
<group> <group>
<arg>--enable-debug=[no/minimum/yes]</arg> <arg choice="plain">--enable-debug=[no/minimum/yes]</arg>
</group> </group>
<sbr/> <sbr/>
<group> <group>
@ -395,7 +395,7 @@ How to compile GTK+ itself
</group> </group>
<sbr/> <sbr/>
<group> <group>
<arg>--enable-introspection=[no/auto/yes]</arg> <arg choice="plain">--enable-introspection=[no/auto/yes]</arg>
</group> </group>
<sbr/> <sbr/>
<group> <group>