From a38309474d90fd06b940f7823bab6b9bd6b79f26 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 24 Jan 2013 06:31:07 -0500 Subject: [PATCH] Make formatting of configure options consistent Some options had double [], which can be avoided by judicious use of opt="plain" attributes. --- docs/reference/gtk/building.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index 542782c310..4e44a47ee9 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -326,7 +326,7 @@ How to compile GTK+ itself - --enable-debug=[no/minimum/yes] + --enable-debug=[no/minimum/yes] @@ -395,7 +395,7 @@ How to compile GTK+ itself - --enable-introspection=[no/auto/yes] + --enable-introspection=[no/auto/yes]