~ubuntu-branches/ubuntu/gutsy/gnutls13/gutsy-proposed

« back to all changes in this revision

Viewing changes to gl/m4/gc-md4.m4

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2007-04-21 10:57:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070421105702-pcr1znxco54p61qo
Tags: 1.6.2-1
* New upstream version
  - Really Closes: #403887 libgnutls failes to parse OpenSSL generated
    certificates, since it contains a regenerated pkix_asn1_tab.c.
  - Ship German translation. Closes: #392857

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# gc-md4.m4 serial 1
2
 
dnl Copyright (C) 2005 Free Software Foundation, Inc.
3
 
dnl This file is free software; the Free Software Foundation
4
 
dnl gives unlimited permission to copy and/or distribute it,
5
 
dnl with or without modifications, as long as this notice is preserved.
6
 
 
7
 
AC_DEFUN([gl_GC_MD4],
8
 
[
9
 
  AC_REQUIRE([gl_GC])
10
 
  AC_DEFINE(GC_USE_MD4, 1, [Define if you want to support MD4 through GC.])
11
 
  if test "$ac_cv_libgcrypt" != yes; then
12
 
    gl_MD4
13
 
  fi
14
 
])