Timo Sirainen wrote:
On Fri, 2008-05-23 at 10:46 +0200, Peter Eriksson wrote:
Next step would be to modify the code to still check for GSSAPI headers and libraries even though krb5-config exists but doesn't support the "gssapi" argument...
Does this work? http://hg.dovecot.org/dovecot-1.1/rev/e6187b556b65
Almost. It still adds the incorrect flags to CFLAGS, but it checks the other stuff. Output from config.log:
## ----------------- ## ## Output variables. ## ## ----------------- ##
ACLOCAL='${SHELL} /home/peter/extsrc/dovecot/dovecot-1.1.rc5-ifm/missing
--run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/peter/extsrc/dovecot/dovecot-1.1.rc5-ifm/missing
--run tar'
AR='ar'
AUTH_CFLAGS=' /usr/bin/krb5-config: Unknown option gssapi'\'' -- use
--help'\'' for usage'
AUTH_LIBS=' -lpam -L/usr/lib -R/usr/lib -fast -m64 -L/ifm/lib/64
-R/ifm/lib/64 -L/ifm/lib/64 -R/ifm/lib/64 -L/usr/sfw/lib/64
-R/usr/sfw/lib/64 -I/usr/sfw/include -lkrb5 -lgss -lgss'
AUTOCONF='${SHELL}
/home/peter/extsrc/dovecot/dovecot-1.1.rc5-ifm/missing --run autoconf'
AUTOHEADER='${SHELL}
/home/peter/extsrc/dovecot/dovecot-1.1.rc5-ifm/missing --run autoheader'
AUTOMAKE='${SHELL}
/home/peter/extsrc/dovecot/dovecot-1.1.rc5-ifm/missing --run automake-1.10'
AWK='gawk'
- Peter