Timo Sirainen wrote:
On Mon, 2008-05-26 at 10:37 +0200, Peter Eriksson wrote:
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:
Oh, how about now: http://hg.dovecot.org/dovecot-1.1/rev/419b7cfc954c
Yep. Looking much better. Now things compile :-)
Btw, I got the following warnings from "autoconf" when I ran it on the updated configure.in file. (I have autoconf 2.62).
% autoconf aclocal.m4:16: warning: this file was generated for autoconf 2.61. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'. configure.in:440: warning: AC_CACHE_VAL(epoll_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... configure.in:440: the top level configure.in:492: warning: AC_CACHE_VAL(inotify_works, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:492: the top level configure.in:812: warning: AC_CACHE_VAL(signed_size_t, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:812: the top level configure.in:927: warning: AC_CACHE_VAL(gmtime_max_time_t, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:927: the top level configure.in:967: warning: AC_CACHE_VAL(signed_time_t, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:967: the top level configure.in:1054: warning: AC_CACHE_VAL(mmap_plays_with_write, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:1054: the top level configure.in:1096: warning: AC_CACHE_VAL(fd_passing, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:1096: the top level configure.in:1338: warning: AC_CACHE_VAL(c99_vsnprintf, ...): suspicious cache-id, must contain _cv_ to be cached configure.in:1338: the top level
- Peter