]> git.ipfire.org Git - thirdparty/lxc.git/commit
support tls in cross-compile 2362/head
authorduguhaotian <lh548426@126.com>
Wed, 30 May 2018 02:25:40 +0000 (10:25 +0800)
committerduguhaotian <duguhaotian@gmail.com>
Mon, 4 Jun 2018 11:42:23 +0000 (19:42 +0800)
commit8d6aae92d3bdac4227fbcf372548a76a0fc26383
treef406da8676724de74e47d910b53e1aabb8046424
parentb5ead53aaff18cff3fa60f0d66ff6734be779c6a
support tls in cross-compile

AC_RUN_IFELSE will fail in cross-compile,
we can use AC_COMPILE_IFELSE replace.

Signed-off-by: duguhaotian <duguhaotian@gmail.com>
config/tls.m4