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

Diff of /mailutils/configure.in

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

revision 1.63 by alainm, Sat Aug 25 15:49:53 2001 UTC revision 1.64 by jkaivo, Wed Aug 29 23:23:05 2001 UTC
# Line 138  if test x"$use_mysql" = x"yes"; then Line 138  if test x"$use_mysql" = x"yes"; then
138          AC_DEFINE(HAVE_MYSQL))          AC_DEFINE(HAVE_MYSQL))
139  fi  fi
140    
141    dnl Virtual domain support, at least for pop3d
142    AC_ARG_ENABLE(virtual-domains, [  --enable-virtual-domains  enable virtual domain support (default no)], [use_virtual_domains="yes"],,)
143    if test x"$use_virtual_domains" = x"yes"; then
144       AC_DEFINE(USE_VIRTUAL_DOMAINS)
145    fi
146    
147  dnl Use either PAM or CRYPT, not both.  dnl Use either PAM or CRYPT, not both.
148  if test x"$testpam" = x"yes"; then  if test x"$testpam" = x"yes"; then
149          AC_CHECK_HEADERS(security/pam_appl.h)          AC_CHECK_HEADERS(security/pam_appl.h)

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

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