3 Jan
2008
3 Jan
'08
6:56 p.m.
Alan DeKok wrote:
Nicolas Baradakis wrote:
(1) in rlm_sql, having no Oracle hearders and --enable-strict-dependencies is a warning.
(2) in rlm_eap, having no libeap-ikev2 and --enable-strict-dependencies is an error. (and it stops the build)
It's likely that the configure scripts were generated with different versions of autoconf.
The configure.in scripts are also different. rlm_eap/types/*/configure.in actually test $enable_strict_dependencies but rlm_sql/drivers/*/configure.in don't. I note there is one exception for rlm_sql_postgresql/configure.in. This makes me even more confused. -- Nicolas Baradakis