Autoconf issue

Piotras <pp-VVDi8QVAvoBWk0Htik3J/[email protected]> Tue, 14 Feb 2006 19:19:00 +0100
Newsgroups gmane.comp.web.midgard.devel
Message-ID <[email protected]>
	Hi!

I have weird problem with autoconf.

What I want to do is to try compile piece of code with MySQL 4.1 only function
and return error if that fails. Or get somehow MySQL installed version number.

You can look at my last commit :
http://midgard.tigris.org/source/browse/midgard/src/core/midgard/configure.in?r1=1.138&r2=1.139

I want to avoid grep and sed in configure.in to make this more autoconf friendly.

AC_TRY_COMPILE is obsolete now but fails too even if used.

Any hint appreciated.

Piotras