INSTALL: Remove trailing space

This commit is contained in:
Luke Dashjr
2020-10-02 13:14:05 +00:00
parent 1cb26b5bff
commit 66526fb70f

View File

@@ -8,7 +8,7 @@ Installation
Troubleshooting 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: 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" export AM_PATH_LIBGCRYPT="/usr/local/Cellar/libgcrypt/1.7.6/lib"