The source project of this merge request has been removed.
lalframe/lib/LALFrameU.c: use correct Autoconf-defined symbol
Description
Symbols defined by AC_CHECK_LIB()
are always HAVE_LIB<library>
:
https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/Libraries.html
(This bug probably wasn't picked up by the CI because FrameCPP is also available, so the FrameCPP interface at least could be built.)
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.