Minor, changed GDBM to GNU DBM.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -194,7 +194,7 @@ AH_BOTTOM([ | ... | @@ -194,7 +194,7 @@ AH_BOTTOM([ |
194 | use_dbm=no | 194 | use_dbm=no |
195 | AC_ARG_WITH([gdbm], | 195 | AC_ARG_WITH([gdbm], |
196 | AC_HELP_STRING([--with-gdbm], | 196 | AC_HELP_STRING([--with-gdbm], |
197 | [use GDBM]), | 197 | [use GNU DBM]), |
198 | [ | 198 | [ |
199 | case "${withval}" in | 199 | case "${withval}" in |
200 | yes) use_dbm=GDBM ;; | 200 | yes) use_dbm=GDBM ;; | ... | ... |
-
Please register or sign in to post a comment