
Attached is a possible patch. It more-or-less follows the recommendation from the autoconf documentation. On 2011-05-04 18:16, Fabian Groffen wrote:
On 04-05-2011 19:08:23 +0300, Michael Sioutis wrote:
429: /* Define to 1 if you have the
header file. */ 430: #define HAVE_SYS_PARAM_H 1 . . . 441: /* Define to 1 if you have the header file. */ 442: /* #undef HAVE_SYS_SYSCTL_H */ Also in the configuration.log: checking sys/sysctl.h usability... no
So they're not in the correct order or sth? Cause sys/param.h seems ok but sys/sysctl.h not.
configure checks for this header in separation, hence sys/sysctl.h bombs out. We need to adopt this to a check that first includes sys/param.h (if found) and then tests sys/sysctl.h
------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender