mcrypt/configure.ac: typo
authorMatt Birkholz <matt@birchwood-abbey.net>
Sun, 11 Nov 2018 16:03:49 +0000 (09:03 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Fri, 16 Nov 2018 17:14:10 +0000 (10:14 -0700)
src/mcrypt/configure.ac

index 8af778e3b8b451979f6abbf72973fc8c86d9e7b3..ba906f69516c086597e3aaeb8a1b60b797b8b39a 100644 (file)
@@ -109,7 +109,7 @@ LIBS="${LIBS} ${MCRYPT_LIBS}"
 
 MIT_SCHEME_PROJECT=mit-scheme
 : ${MIT_SCHEME_TOOLCHAIN_EXE=mit-scheme}
-rif test x"${MIT_SCHEME_LIBDIR}" = x; then
+if test x"${MIT_SCHEME_LIBDIR}" = x; then
     MIT_SCHEME_LIBDIR=`( echo "(display (->namestring" ;\
                         echo "          (system-library-directory-pathname)))" ) \
                       | ${MIT_SCHEME_TOOLCHAIN_EXE} --batch-mode`