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

Diff of /mailutils/configure.ac

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

revision 1.24 by gray, Sun Nov 3 13:01:00 2002 UTC revision 1.25 by gray, Mon Nov 4 17:33:06 2002 UTC
# Line 349  if test x"$use_mysql" = x"yes"; then Line 349  if test x"$use_mysql" = x"yes"; then
349          AC_DEFINE(HAVE_MYSQL,1,[Define this if you have mysql libraries])])          AC_DEFINE(HAVE_MYSQL,1,[Define this if you have mysql libraries])])
350  fi  fi
351    
352  dnl Virtual domain support, at least for pop3d  dnl Virtual domain support
353  AC_ARG_ENABLE([virtual-domains],  MU_ENABLE_SUPPORT(virtual-domains)
354                AC_HELP_STRING([--enable-virtual-domains],  AC_SUBST(SITE_VIRTUAL_PWDDIR)
355                               [enable virtual domain support (default no)]),  AC_ARG_WITH([virtual-pwddir],
356                [use_virtual_domains="yes"],,)               AC_HELP_STRING([--with-virtual-pwddir=DIR],
357  if test x"$use_virtual_domains" = x"yes"; then                                [use DIR instead of $sysconfdir/domain]),[
358     AC_DEFINE(USE_VIRTUAL_DOMAINS,1,[Enable use of virtual domains])               case "${withval}" in
359     AC_SUBST(SITE_VIRTUAL_PWDDIR)                  /*) SITE_VIRTUAL_PWDDIR="${withval}";;
360     AC_ARG_WITH([virtual-pwddir],                  *)  SITE_VIRTUAL_PWDDIR="\$(sysconfdir)/${withval}";;
361                 AC_HELP_STRING([--with-virtual-pwddir=DIR],               esac],
362                                [use DIR instead of $sysconfdir/domain]),               [SITE_VIRTUAL_PWDDIR="\$(sysconfdir)/domain"])
                [  
 case "${withval}" in  
      /*) SITE_VIRTUAL_PWDDIR="${withval}";;  
      *)  SITE_VIRTUAL_PWDDIR="\$(sysconfdir)/${withval}";;  
 esac],  
     [SITE_VIRTUAL_PWDDIR="\$(sysconfdir)/domain"])  
 fi  
363    
364  MU_ENABLE_SUPPORT(imap)  MU_ENABLE_SUPPORT(imap)
365  MU_ENABLE_SUPPORT(pop)  MU_ENABLE_SUPPORT(pop)
# Line 599  AC_CONFIG_FILES([Makefile mailutils.spec Line 592  AC_CONFIG_FILES([Makefile mailutils.spec
592   readmsg/testsuite/Makefile   readmsg/testsuite/Makefile
593   comsat/Makefile   comsat/Makefile
594   mail.local/Makefile   mail.local/Makefile
595     mail.local/testsuite/Makefile
596   mail.remote/Makefile   mail.remote/Makefile
597   mail.remote/testsuite/Makefile   mail.remote/testsuite/Makefile
598   dotlock/Makefile   dotlock/Makefile

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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