diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-09-27 11:44:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-09-27 11:44:42 +0200 |
commit | 8c858f038f9ae213d962d49d5c5ca085a73e588f (patch) | |
tree | be57927f7fcc531f246e7037fe965bc66cf3d38d /INSTALL | |
parent | 7a1be868574beb4843d189a7d9d758d608da65c9 (diff) |
Fix invalid configure option name
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ After unpacking the source code archive, change to the odb-tests package directory (referred to as odb-tests/ 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: |