> I was referring to lines 33-38 in the diff. Either way, since this is general
> development, no problem.
Ah, I understand now.
AC_TRY_COMPILE is deprecated in autoconf in favour of AC_COMPILE_IFELSE. Since I was using the newer construct elsewhere I though I'd just go for consistency. The two compile tests are functionally equivalent in this case.
> I was referring to lines 33-38 in the diff. Either way, since this is general
> development, no problem.
Ah, I understand now.
AC_TRY_COMPILE is deprecated in autoconf in favour of AC_COMPILE_IFELSE. Since I was using the newer construct elsewhere I though I'd just go for consistency. The two compile tests are functionally equivalent in this case.