From 8fefc9a969f78ff5f33d5bac2ff874deb68d1cf9 Mon Sep 17 00:00:00 2001 From: "A. Green" Date: Fri, 29 Apr 2016 03:49:01 -0600 Subject: [PATCH] fix typo in help printout. original commit: 9428708883177deea9f31bd85d7867ca9be04135 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 96a7a8bfa7..d462a61154 100755 --- a/configure +++ b/configure @@ -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= final installation root ($installprefix)" - echo " --installlib= lib directory directory ($installlib)" + echo " --installlib= lib directory ($installlib)" echo " --installman= manpage directory ($installman)" echo " --temproot= staging root ($temproot)" echo " --installowner= install with owner ($installowner)"