GNOME Bugzilla – Bug 654444
fix bsd detection
Last modified: 2011-07-12 12:26:38 UTC
Created attachment 191795 [details] [review] fix configure.ac for BSDs Hi. This patch does 2 things on OpenBSD and FreeBSD: * move down the $host check because currently when this check is run, $host is not defined * do not use libdl, it is not available Thoughts?
I concur this is correct; Can I push it?
Okay by me to push. I assume AC_CANONICAL_HOST is what defines $host? If so, can you add a little comment where $host is first used saying something like "This must appear after AC_CANONICAL_HOST, which defines $host", just so this doesn't accidentally break again?
Yes, AC_CANONICAL_HOST is indeed what defines $host. I've added the comment and committed it as: http://git.gnome.org/browse/evolution-data-server/commit/?id=27e8a5713a345fc276deb74daa26e982bd87dec7
Thanks!