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
c9d837ed
...
c9d837ed48a3f5a4e902f0d925aba7f010ab6a6f
authored
2003-03-16 12:20:58 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor, changed GDBM to GNU DBM.
1 parent
0de0bb1c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
configure.ac
configure.ac
View file @
c9d837e
...
...
@@ -194,7 +194,7 @@ AH_BOTTOM([
use_dbm=no
AC_ARG_WITH([gdbm],
AC_HELP_STRING([--with-gdbm],
[use GDBM]),
[use G
NU
DBM]),
[
case "${withval}" in
yes) use_dbm=GDBM ;;
...
...
Please
register
or
sign in
to post a comment