From 66526fb70f0cbd0d27f9206e23a734aaf2ac2933 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 2 Oct 2020 13:14:05 +0000 Subject: [PATCH] INSTALL: Remove trailing space --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 195a2ef..48427dc 100644 --- a/INSTALL +++ b/INSTALL @@ -8,7 +8,7 @@ Installation Troubleshooting -------------------- -If libgcrypt isn't found after install, set AM_PATH_LIBGCRYPT env var to libgcrypt path +If libgcrypt isn't found after install, set AM_PATH_LIBGCRYPT env var to libgcrypt path prior to running autogen.sh. For example, on OS X with ver 1.7.6: export AM_PATH_LIBGCRYPT="/usr/local/Cellar/libgcrypt/1.7.6/lib"