]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Correct the spelling of RIPEMD160.
authorTim Kientzle <kientzle@gmail.com>
Sun, 13 Dec 2009 23:42:48 +0000 (18:42 -0500)
committerTim Kientzle <kientzle@gmail.com>
Sun, 13 Dec 2009 23:42:48 +0000 (18:42 -0500)
SVN-Revision: 1734

configure.ac

index fb624a86520acd75f1cb34b4d0bf1fb1d8279eb8..e695911df12fa39c42edc249aa83369e76318d72 100644 (file)
@@ -281,7 +281,7 @@ if test "x$with_openssl" != "xno"; then
   fi
   if test "$ac_cv_func_RMD160Init" != "yes"; then
     AC_CHECK_HEADERS([openssl/ripemd.h])
-    AC_SEARCH_LIBS([RIMEMD160_Init], [crypto])
+    AC_SEARCH_LIBS([RIPEMD160_Init], [crypto])
   fi
   if test "$ac_cv_func_SHA1Init" != "yes"; then
     AC_CHECK_HEADERS([openssl/sha.h])