/[mailutils]/mailutils/configure.ac
ViewVC logotype

Diff of /mailutils/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.38 by gray, Thu Jan 2 21:32:25 2003 UTC revision 1.39 by polak, Mon Jan 13 23:01:29 2003 UTC
# Line 1  Line 1 
1  # Configuration for GNU mailutils - a suite of utilities for electronic mail  # Configuration for GNU mailutils - a suite of utilities for electronic mail
2  #  #
3  # Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.  # Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
4  #  #
5  # GNU Mailutils is free software; you can redistribute it and/or modify  # GNU Mailutils is free software; you can redistribute it and/or modify
6  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
# Line 113  if test "x$WITH_GSSAPI" != "xno"; then Line 113  if test "x$WITH_GSSAPI" != "xno"; then
113  fi  fi
114  AC_SUBST(AUTHOBJS)  AC_SUBST(AUTHOBJS)
115    
116    MU_CHECK_TLS
117    if test "$WITH_GNUTLS" != "no"; then
118      AUTHLIBS="$AUTHLIBS $TLS_LIBS"
119      AC_DEFINE(WITH_GNUTLS,1,[Define if mailutils is using GNU TLS])
120      AC_DEFINE(WITH_TLS,1,[Define if mailutils is using TLS])
121    fi
122    
123  AC_ARG_WITH([guile],  AC_ARG_WITH([guile],
124              AC_HELP_STRING([--without-guile],              AC_HELP_STRING([--without-guile],
125                             [do not build guile interface]),                             [do not build guile interface]),

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26