summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-06-21 00:17:06 -0400
committerMatt Turner <mattst88@gmail.com>2022-06-21 00:17:41 -0400
commit2615c38c774a767b9e0e67f2ad184ef94c3d0212 (patch)
tree911366dda8ae7429ef76ebf18fcd8cd4403a317e
parentcaccaf28e3df6ea612d2d4b39f781c4324019fdb (diff)
downloadlibproxy-git-2615c38c774a767b9e0e67f2ad184ef94c3d0212.tar.gz
Fix WITH_GNOME2 documentation
The option is "WITH_GNOME2" not "WITH_GNOME", and it defaults to OFF.
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index b5fb987..ab307f9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -91,7 +91,7 @@ PERL_LINK_LIBPERL: Default to ON if PERL_VENDORINSTALL is OFF, default to
WITH_DOTNET: Default to OFF. Enable Mono .NET bindings.
-WITH_GNOME: Default to ON. Enable Gnome2/GConf bindings.
+WITH_GNOME2: Default to OFF. Enable Gnome2/GConf bindings.
WITH_GNOME3: Default to ON. Build the Gnome3/GSettings bindings.
instead of Gnome2/GConf based one.