aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-27 11:44:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-27 11:44:42 +0200
commitc428f1b17bbeee47cb16ecca6992f4bf19e382dd (patch)
tree4552305bd3fa430635df3054b3878dd071f0e874
parent60a14a9eada33984f8f259e082b5e621270ac8d1 (diff)
Fix invalid configure option name
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 0f7ce81..50a10f4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -30,7 +30,7 @@ After unpacking the source code archive, change to the odb-examples
package directory (referred to as odb-examples/ from now on) and run
the configure script, for example:
-./configure --database <database>
+./configure --with-database <database>
To see the available configuration options run configure with --help: