]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Port AC_LANG_CALL(C) to C++
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 Aug 2021 23:30:46 +0000 (16:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 Aug 2021 23:51:11 +0000 (16:51 -0700)
commitb27bc3e230bb12fdd9a813e38e82bc4c3e22b4cc
tree432833f8f0a5ccf7edde0b61d4fd316809aaac03
parent411d0c0ef5bd94491e816aa80fc70669d8a976ce
Port AC_LANG_CALL(C) to C++

* lib/autoconf/c.m4 (AC_LANG_CALL(C)): Add an extern "C" if C++.
Problem reported by Vincent Lefèvre (sr #110532).
lib/autoconf/c.m4