~ubuntu-branches/ubuntu/hardy/gnutls13/hardy-updates

« back to all changes in this revision

Viewing changes to lgl/m4/gc-arcfour.m4

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2007-09-29 11:29:22 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070929112922-abqj0gl08kstu27v
Tags: 2.0.1-1
* New upstream version.
* Remove doc/*.info* on clean to allow building thrice in a row.
  (Closes: #441740)

Show diffs side-by-side

added added

removed removed

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