From: Bruno Haible Date: Thu, 16 Jun 2011 23:06:29 +0000 (+0200) Subject: crypto/gc-md5: Fix recent regression. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=05da5d6d5eebfcc065f51ed9bb8095ee1c987fba;p=pspp crypto/gc-md5: Fix recent regression. * modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here. --- diff --git a/ChangeLog b/ChangeLog index 23cb223077..c4c273c97e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-06-16 Bruno Haible + crypto/gc-md5: Fix recent regression. + * modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here. + crypto/gc-md4: Fix recent regression. * modules/crypto/gc-md4 (configure.ac): Invoke AC_LIBOBJ here. * m4/md4.m4 (gl_MD4): Ensure the expansion is non-empty. diff --git a/modules/crypto/gc-md5 b/modules/crypto/gc-md5 index 35fdf13c6e..a1075b8693 100644 --- a/modules/crypto/gc-md5 +++ b/modules/crypto/gc-md5 @@ -13,6 +13,9 @@ crypto/gc configure.ac: gl_GC_MD5 +if test "$ac_cv_libgcrypt" != yes; then + AC_LIBOBJ([md5]) +fi gl_MODULE_INDICATOR([gc-md5]) Makefile.am: