fix typo in help printout.

original commit: 9428708883177deea9f31bd85d7867ca9be04135
This commit is contained in:
A. Green 2016-04-29 03:49:01 -06:00
parent 06b9f8c6a8
commit 8fefc9a969

2
configure vendored
View File

@ -210,7 +210,7 @@ if [ "$help" = "yes" ]; then
echo " --threads specify threaded version ($threads)"
echo " --32|--64 specify 32/64-bit version ($bits)"
echo " --installprefix=<pathname> final installation root ($installprefix)"
echo " --installlib=<pathname> lib directory directory ($installlib)"
echo " --installlib=<pathname> lib directory ($installlib)"
echo " --installman=<pathname> manpage directory ($installman)"
echo " --temproot=<pathname> staging root ($temproot)"
echo " --installowner=<ownername> install with owner ($installowner)"