#define LALVersionRequired( major, minor ) ( LAL_VERSION_MAJOR > ( major ) || ( LAL_VERSION_MAJOR == ( major ) && LAL_VERSION_MINOR >= ( minor ) ) )
This macro returns 0 (false) if you do not have the require version of LAL, or 1 (true) if you do.