Commit 84e8b913 84e8b913c4a80a0d6f524fe31a0287ae15c0e529 by Sergey Poznyakoff

Added copyleft header.

1 parent 229acf4f
Showing 1 changed file with 17 additions and 0 deletions
1 dnl This file is part of GNU mailutils.
2 dnl Copyright (C) 2003 Free Software Foundation, Inc.
3 dnl
4 dnl GNU Mailutils is free software; you can redistribute it and/or modify
5 dnl it under the terms of the GNU General Public License as published by
6 dnl the Free Software Foundation; either version 2, or (at your option)
7 dnl any later version.
8 dnl
9 dnl GNU Mailutils is distributed in the hope that it will be useful,
10 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
11 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 dnl GNU General Public License for more details.
13 dnl
14 dnl You should have received a copy of the GNU General Public License
15 dnl along with GNU Mailutils; if not, write to the Free Software
16 dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 dnl
1 AC_DEFUN(MU_CHECK_TLS, 18 AC_DEFUN(MU_CHECK_TLS,
2 [ 19 [
3 if test "x$WITH_GNUTLS" = x; then 20 if test "x$WITH_GNUTLS" = x; then
......