Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
60437df6
...
60437df6292229e3e5d92c83d7657590c8db32b7
authored
2001-12-03 16:27:17 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed inconsistency: --with-dbm flag was erroneously named --with-old-dbm
in the help output.
1 parent
2a8a5e1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
configure.in
configure.in
View file @
60437df
...
...
@@ -81,7 +81,7 @@ AC_ARG_WITH(ndbm,
esac])
AC_ARG_WITH(dbm,
[ --with-
old-dbm
use old DBM],
[ --with-
dbm
use old DBM],
[case "${withval}" in
yes) use_dbm=ODBM ;;
no) use_dbm=no ;;
...
...
Please
register
or
sign in
to post a comment