BlockstreamResearch / secp256k1-zkp

A fork of libsecp256k1 with support for advanced and experimental features such as Confidential Assets and MuSig2
MIT License
365 stars 207 forks source link

build: Fix check of __builtin functions #247

Open real-or-random opened 1 year ago

real-or-random commented 1 year ago

Linking cannot possibly work without a main() function. Use AC_LANG_PROGRAM, which takes care of this automatically.

Draft because it builds on an umerged branch that should be merged into master first.