freeswitch / spandsp

SpanDSP is a low-level signal processing library that modulates and demodulates signals commonly used in telephony, such as the "noise" generated by a fax modem or DTMF touchpad.
Other
141 stars 117 forks source link

configure.ac: uncomment AC_CANONICAL_BUILD #47

Closed ghost closed 11 months ago

ghost commented 1 year ago

This commit uncomments AC_CANONICAL_BUILD. This is needed in order to make cross-compilation work properly (at least in nixpkgs).

The AC_CANONICAL_BUILD line in configure.ac was commented out in 2009 as part of a gigantic megapatch imported from subversion. It is unclear why it was commented out. It appears to make the if conditional (the next stanza of code) into deadcode.