Skip to content

Commit

Permalink
Fixed typos on configure.ac.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Jul 5, 2016
1 parent 4bf9414 commit a24495c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ fi
AM_CONDITIONAL([TCB], [test "$WITH_TC" = "yes"])

if test "$tcb" = "memhash"; then
storage="On-memory Hash Database (Tokyo Cabinet)"
storage="In-memory Hash Database (Tokyo Cabinet)"
elif test "$tcb" = "btree"; then
storage="On-disk B+ Tree Database (Tokyo Cabinet)"
else
storage="On-memory Hash Database (Default)"
storage="In-memory Hash Database (Default)"
fi

# Solaris
Expand Down

0 comments on commit a24495c

Please sign in to comment.