diff options
| author | Sam Varshavchik | 2018-07-30 21:30:31 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2018-07-30 21:30:31 -0400 | 
| commit | 83fb87d6a76d7b192e877aa827731b3a589fd41a (patch) | |
| tree | 7ad9485832cfe14fdb47ab09795dcb0b6b1e4d51 /maildrop/configure.ac | |
| parent | 7ccfca0cf50348039815532273d0aaf2d4318474 (diff) | |
| download | courier-libs-83fb87d6a76d7b192e877aa827731b3a589fd41a.tar.bz2 | |
maildrop: simplify configuration, always require libidn to build maildrop.
Diffstat (limited to 'maildrop/configure.ac')
| -rw-r--r-- | maildrop/configure.ac | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/maildrop/configure.ac b/maildrop/configure.ac index 940b1c9..492186a 100644 --- a/maildrop/configure.ac +++ b/maildrop/configure.ac @@ -747,6 +747,4 @@ AM_CONDITIONAL(HAVE_SGML, test -d ${srcdir}/../docbook)  . ../rfc822/rfc822.config -AM_CONDITIONAL(HAVE_LIBIDN, test "$libidn" = "yes") -  AC_OUTPUT(xconfig.h Makefile README.html testsuite) | 
